Uses of Interface
org.w3c.dom.Element

Packages that use Element
org.w3c.dom   
 

Uses of Element in org.w3c.dom
 

Methods in org.w3c.dom that return Element
 Element Attr.getOwnerElement()
          The Element node this attribute is attached to or null if this attribute is not in use.
 Element Document.getDocumentElement()
          This is a convenience attribute that allows direct access to the child node that is the root element of the document.
 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.getElementById(java.lang.String elementId)
          Returns the Element whose ID is given by elementId.