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

Packages that use DocumentImpl
org.apache.html.dom   
org.apache.wml.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.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.
 

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

Constructors in org.apache.xerces.dom with parameters of type DocumentImpl
NodeImpl.NodeImpl(DocumentImpl ownerDocument)
          No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
ChildNode.ChildNode(DocumentImpl ownerDocument)
          No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
ChildAndParentNode.ChildAndParentNode(DocumentImpl ownerDocument)
          No public constructor; only subclasses of ParentNode should be instantiated, and those normally via a Document's factory methods
ElementImpl.ElementImpl(DocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
ParentNode.ParentNode(DocumentImpl ownerDocument)
          No public constructor; only subclasses of ParentNode 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.
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.
RangeImpl.RangeImpl(DocumentImpl document)
          The 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.
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-2000 Apache XML Project. All Rights Reserved.