BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use DocumentImpl
weblogic.apache.html.dom   
weblogic.apache.wml.dom   
weblogic.apache.xerces.dom   
weblogic.apache.xerces.parsers   
 

Uses of DocumentImpl in weblogic.apache.html.dom
 

Subclasses of DocumentImpl in weblogic.apache.html.dom
 class HTMLDocumentImpl
          Implements an HTML document.
 

Uses of DocumentImpl in weblogic.apache.wml.dom
 

Subclasses of DocumentImpl in weblogic.apache.wml.dom
 class WMLDocumentImpl
           
 

Uses of DocumentImpl in weblogic.apache.xerces.dom
 

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

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

Constructors in weblogic.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
ParentNode.ParentNode(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.
AttrImpl.AttrImpl(DocumentImpl ownerDocument, java.lang.String name)
          Attribute has no public 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, org.w3c.dom.Node root, int whatToShow, org.w3c.dom.traversal.NodeFilter nodeFilter, boolean entityReferenceExpansion)
          Public constructor
NotationImpl.NotationImpl(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)
           
RangeImpl.RangeImpl(DocumentImpl document)
          The constructor.
CharacterDataImpl.CharacterDataImpl(DocumentImpl ownerDocument, java.lang.String data)
          Factory constructor.
TextImpl.TextImpl(DocumentImpl ownerDoc, java.lang.String data)
          Factory constructor.
CDATASectionImpl.CDATASectionImpl(DocumentImpl ownerDoc, java.lang.String data)
          Factory constructor for creating a CDATA section.
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.
ProcessingInstructionImpl.ProcessingInstructionImpl(DocumentImpl ownerDoc, java.lang.String target, java.lang.String data)
          Factory constructor.
EntityImpl.EntityImpl(DocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
CommentImpl.CommentImpl(DocumentImpl ownerDoc, java.lang.String data)
          Factory constructor.
DocumentFragmentImpl.DocumentFragmentImpl(DocumentImpl ownerDoc)
          Factory constructor.
EntityReferenceImpl.EntityReferenceImpl(DocumentImpl ownerDoc, java.lang.String name)
          Factory constructor.
ElementDefinitionImpl.ElementDefinitionImpl(DocumentImpl ownerDocument, java.lang.String name)
          Factory constructor.
 

Uses of DocumentImpl in weblogic.apache.xerces.parsers
 

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


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.