Uses of Interface
org.w3c.dom.Element

Packages that use Element
com.japisoft.fastparser.dom   
org.w3c.dom   
 

Uses of Element in com.japisoft.fastparser.dom
 

Classes in com.japisoft.fastparser.dom that implement Element
 class ElementImpl
          Element
 

Methods in com.japisoft.fastparser.dom that return Element
 Element AttrImpl.getOwnerElement()
           
 Element DocumentImpl.getDocumentElement()
          This is a convenience attribute that allows direct access to the child node that is the root element of the document.
 Element DocumentImpl.createElement(java.lang.String tagName)
          Creates an element of the type specified.
 Element DocumentImpl.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
           
 Element DocumentImpl.getElementById(java.lang.String elementId)
           
 

Uses of Element in org.w3c.dom
 

Methods in org.w3c.dom that return Element
 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.