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

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

Uses of CoreDocumentImpl in org.apache.html.dom
 

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

Uses of CoreDocumentImpl in org.apache.wml.dom
 

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

Uses of CoreDocumentImpl in org.apache.xerces.dom
 

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

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

Methods in org.apache.xerces.dom with parameters of type CoreDocumentImpl
protected  void CoreDocumentImpl.cloneNode(CoreDocumentImpl newdoc, boolean deep)
          internal method to share code with subclass
 

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



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.