BEA Systems, Inc.

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

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

Uses of CoreDocumentImpl in weblogic.apache.html.dom
 

Subclasses of CoreDocumentImpl in weblogic.apache.html.dom
 class HTMLDocumentImpl
          Deprecated. 9.2.0.0 Replaced by org.apache.html.dom.HTMLDocumentImpl.
 

Uses of CoreDocumentImpl in weblogic.apache.wml.dom
 

Subclasses of CoreDocumentImpl in weblogic.apache.wml.dom
 class WMLDocumentImpl
          Deprecated. 9.2.0.0 Replaced by org.apache.wml.dom.WMLDocumentImpl.
 

Uses of CoreDocumentImpl in weblogic.apache.xerces.dom
 

Subclasses of CoreDocumentImpl in weblogic.apache.xerces.dom
 class DeferredDocumentImpl
          Deprecated. please use JDK supplied XML parsers and transformers
 class DocumentImpl
          Deprecated. please use JDK supplied XML parsers and transformers
 class PSVIDocumentImpl
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.dom declared as CoreDocumentImpl
protected  CoreDocumentImpl DOMNormalizer.fDocument
          Deprecated.  
protected  CoreDocumentImpl DOMNormalizer.XMLAttributesProxy.fDocument
           
protected  CoreDocumentImpl ParentNode.ownerDocument
          Deprecated. Owner document.
 

Methods in weblogic.apache.xerces.dom with parameters of type CoreDocumentImpl
protected  void CoreDocumentImpl.cloneNode(CoreDocumentImpl newdoc, boolean deep)
          Deprecated. internal method to share code with subclass
protected  void DOMNormalizer.normalizeDocument(CoreDocumentImpl document)
          Deprecated. Normalizes document.
 void DOMNormalizer.XMLAttributesProxy.setAttributes(AttributeMap attributes, CoreDocumentImpl doc, ElementImpl elem)
           
 void TextImpl.setValues(CoreDocumentImpl ownerDoc, String data)
          Deprecated. NON-DOM: resets node and sets specified values for the current node
protected  void ElementNSImpl.setValues(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName)
          Deprecated. NON-DOM: resets this node and sets specified values for the node
 void AttrNSImpl.setValues(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName)
          Deprecated. NON-DOM: resets this node and sets specified values for the node
 

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

Uses of CoreDocumentImpl in weblogic.apache.xerces.parsers
 

Fields in weblogic.apache.xerces.parsers declared as CoreDocumentImpl
protected  CoreDocumentImpl AbstractDOMParser.fDocumentImpl
          Deprecated. The default Xerces document implementation, if used.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.