Uses of Interface
org.w3c.dom.Element

Packages that use Element
org.w3c.dom   
org.w3c.dom.ls   
 

Uses of Element in org.w3c.dom
 

Methods in org.w3c.dom that return Element
 Element Document.createElement(java.lang.String tagName)
          Creates an element of the type specified.
 Element Document.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Creates an element of the given qualified name and namespace URI.
 Element Document.getDocumentElement()
          This is a convenience attribute that allows direct access to the child node that is the document element of the document.
 Element Document.getElementById(java.lang.String elementId)
          Returns the Element that has an ID attribute with the given value.
 Element Attr.getOwnerElement()
          The Element node this attribute is attached to or null if this attribute is not in use.
 

Uses of Element in org.w3c.dom.ls
 

Methods in org.w3c.dom.ls with parameters of type Element
 short LSParserFilter.startElement(Element elementArg)
          The parser will call this method after each Element start tag has been scanned, but before the remainder of the Element is processed.