Uses of Class
org.apache.xerces.dom.DocumentImpl

Packages that use DocumentImpl
org.apache.html.dom   
org.apache.wml.dom   
org.apache.xerces.dom   
 

Uses of DocumentImpl in org.apache.html.dom
 

Subclasses of DocumentImpl in org.apache.html.dom
 class HTMLDocumentImpl
          Implements an HTML document.
 

Uses of DocumentImpl in org.apache.wml.dom
 

Subclasses of DocumentImpl in org.apache.wml.dom
 class WMLDocumentImpl
           
 

Uses of DocumentImpl in org.apache.xerces.dom
 

Subclasses of DocumentImpl in org.apache.xerces.dom
 class DeferredDocumentImpl
          The Document interface represents the entire HTML or XML document.
 class PSVIDocumentImpl
          Our own document implementation, which knows how to create an element with PSVI information.
 

Constructors in org.apache.xerces.dom with parameters of type DocumentImpl
NodeIteratorImpl(DocumentImpl document, Node root, int whatToShow, NodeFilter nodeFilter, boolean entityReferenceExpansion)
          Public constructor
RangeImpl(DocumentImpl document)
          The constructor.