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

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

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.xerces.dom
 

Subclasses of DocumentImpl in org.apache.xerces.dom
 class DeferredDocumentImpl
          The Document interface represents the entire HTML or XML document.
 

Fields in org.apache.xerces.dom declared as DocumentImpl
protected  DocumentImpl NodeImpl.ownerDocument
          Owner document.
 

Constructors in org.apache.xerces.dom with parameters of type DocumentImpl
NodeImpl.NodeImpl(DocumentImpl ownerDocument, java.lang.String name, java.lang.String value)
          No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
NodeContainer.NodeContainer(DocumentImpl ownerDocument, java.lang.String name, java.lang.String value)
          No public constructor; only subclasses of NodeContainer should be instantiated, and those normally via a Document's factory methods
DocumentFragmentImpl.DocumentFragmentImpl(DocumentImpl ownerDoc)
          Factory constructor.
CharacterDataImpl.CharacterDataImpl(DocumentImpl ownerDocument, java.lang.String data)
          Factory constructor.
CommentImpl.CommentImpl(DocumentImpl ownerDoc, java.lang.String data)
          Factory constructor.
ElementDefinitionImpl.ElementDefinitionImpl(DocumentImpl ownerDocument, java.lang.String name)
          Factory constructor.
NotationImpl.NotationImpl(DocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
EntityReferenceImpl.EntityReferenceImpl(DocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
EntityImpl.EntityImpl(DocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
TextImpl.TextImpl(DocumentImpl ownerDoc, java.lang.String data)
          Factory constructor.
ProcessingInstructionImpl.ProcessingInstructionImpl(DocumentImpl ownerDoc, java.lang.String target, java.lang.String data)
          Factory constructor.
CDATASectionImpl.CDATASectionImpl(DocumentImpl ownerDoc, java.lang.String data)
          Factory constructor for creating a CDATA section.
ElementImpl.ElementImpl(DocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
ElementNSImpl.ElementNSImpl(DocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM2: Constructor for Namespace implementation.
ElementNSImpl.ElementNSImpl(DocumentImpl ownerDocument, java.lang.String value)
           
AttrImpl.AttrImpl(DocumentImpl ownerDocument, java.lang.String name)
          Attribute has no public constructor.
DocumentTypeImpl.DocumentTypeImpl(DocumentImpl ownerDocument, java.lang.String name)
          Factory method for creating a document type node.
DocumentTypeImpl.DocumentTypeImpl(DocumentImpl ownerDocument, java.lang.String qualifiedName, java.lang.String publicID, java.lang.String systemID)
          Factory method for creating a document type node.
RangeImpl.RangeImpl(DocumentImpl document)
          The constructor.
AttrNSImpl.AttrNSImpl(DocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM2: Constructor for Namespace implementation.
AttrNSImpl.AttrNSImpl(DocumentImpl ownerDocument, java.lang.String value)
           
NodeIteratorImpl.NodeIteratorImpl(DocumentImpl document, Node root, int whatToShow, NodeFilter nodeFilter, boolean entityReferenceExpansion)
          Public constructor
 

Uses of DocumentImpl in org.apache.xerces.parsers
 

Fields in org.apache.xerces.parsers declared as DocumentImpl
protected  DocumentImpl DOMParser.fDocumentImpl
           
 



Copyright © 1999 Apache XML Project. All Rights Reserved.