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

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

Uses of CoreDocumentImpl in org.enhydra.apache.html.dom
 

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

Uses of CoreDocumentImpl in org.enhydra.apache.wml.dom
 

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

Uses of CoreDocumentImpl in org.enhydra.apache.xerces.dom
 

Subclasses of CoreDocumentImpl in org.enhydra.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.enhydra.apache.xerces.dom declared as CoreDocumentImpl
protected  CoreDocumentImpl ParentNode.ownerDocument
          Owner document.
 

Methods in org.enhydra.apache.xerces.dom that return CoreDocumentImpl
(package private)  CoreDocumentImpl NodeImpl.ownerDocument()
          same as above but returns internal type and this one is not overridden by CoreDocumentImpl to return null
(package private)  CoreDocumentImpl ParentNode.ownerDocument()
          same as above but returns internal type and this one is not overridden by CoreDocumentImpl to return null
 

Methods in org.enhydra.apache.xerces.dom with parameters of type CoreDocumentImpl
(package private)  void NodeImpl.setOwnerDocument(CoreDocumentImpl doc)
          NON-DOM set the ownerDocument of this node
(package private)  void ParentNode.setOwnerDocument(CoreDocumentImpl doc)
          NON-DOM set the ownerDocument of this node and its children
(package private)  void ElementImpl.setOwnerDocument(CoreDocumentImpl doc)
          NON-DOM set the ownerDocument of this node, its children, and its attributes
protected  void CoreDocumentImpl.cloneNode(CoreDocumentImpl newdoc, boolean deep)
          internal method to share code with subclass
(package private)  void NamedNodeMapImpl.setOwnerDocument(CoreDocumentImpl doc)
          NON-DOM set the ownerDocument of this node, and the attributes it contains
(package private)  void AttrImpl.setOwnerDocument(CoreDocumentImpl doc)
          NON-DOM set the ownerDocument of this node and its children
protected  void DocumentTypeImpl.setOwnerDocument(CoreDocumentImpl doc)
          NON-DOM set the ownerDocument of this node and its children
 

Constructors in org.enhydra.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, String name)
          Factory constructor.
CharacterDataImpl(CoreDocumentImpl ownerDocument, String data)
          Factory constructor.
TextImpl(CoreDocumentImpl ownerDoc, String data)
          Factory constructor.
CDATASectionImpl(CoreDocumentImpl ownerDoc, String data)
          Factory constructor for creating a CDATA section.
AttrImpl(CoreDocumentImpl ownerDocument, String name)
          Attribute has no public constructor.
ElementNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName)
          DOM2: Constructor for Namespace implementation.
ElementNSImpl(CoreDocumentImpl ownerDocument, String value)
           
ProcessingInstructionImpl(CoreDocumentImpl ownerDoc, String target, String data)
          Factory constructor.
NotationImpl(CoreDocumentImpl ownerDoc, String name)
          Factory constructor.
ElementDefinitionImpl(CoreDocumentImpl ownerDocument, String name)
          Factory constructor.
AttrNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName)
          DOM2: Constructor for Namespace implementation.
AttrNSImpl(CoreDocumentImpl ownerDocument, String value)
           
DocumentFragmentImpl(CoreDocumentImpl ownerDoc)
          Factory constructor.
EntityImpl(CoreDocumentImpl ownerDoc, String name)
          Factory constructor.
CommentImpl(CoreDocumentImpl ownerDoc, String data)
          Factory constructor.
DocumentTypeImpl(CoreDocumentImpl ownerDocument, String name)
          Factory method for creating a document type node.
DocumentTypeImpl(CoreDocumentImpl ownerDocument, String qualifiedName, String publicID, String systemID)
          Factory method for creating a document type node.
EntityReferenceImpl(CoreDocumentImpl ownerDoc, String name)
          Factory constructor.
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.