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.
 class PSVIDocumentImpl
          Our own document implementation, which knows how to create an element with PSVI information.
 

Methods in org.apache.xerces.dom with parameters of type CoreDocumentImpl
 void TextImpl.setValues(CoreDocumentImpl ownerDoc, java.lang.String data)
          NON-DOM: resets node and sets specified values for the current node
 void AttrNSImpl.setValues(CoreDocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String localName)
          NON-DOM: resets this node and sets specified values for the node
 

Constructors in org.apache.xerces.dom with parameters of type CoreDocumentImpl
AttrNSImpl(CoreDocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String localName)
           
CDATASectionImpl(CoreDocumentImpl ownerDoc, java.lang.String data)
          Factory constructor for creating a CDATA section.
CommentImpl(CoreDocumentImpl ownerDoc, 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.
ElementDefinitionImpl(CoreDocumentImpl ownerDocument, java.lang.String name)
          Factory constructor.
ElementImpl(CoreDocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
EntityImpl(CoreDocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
EntityReferenceImpl(CoreDocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
NotationImpl(CoreDocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
ProcessingInstructionImpl(CoreDocumentImpl ownerDoc, java.lang.String target, java.lang.String data)
          Factory constructor.
PSVIAttrNSImpl(CoreDocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName)
          Construct an attribute node.
PSVIAttrNSImpl(CoreDocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String localName)
          Construct an attribute node.
PSVIElementNSImpl(CoreDocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName)
          Construct an element node.
PSVIElementNSImpl(CoreDocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String localName)
          Construct an element node.
TextImpl(CoreDocumentImpl ownerDoc, java.lang.String data)
          Factory constructor.