BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xalan.stree.DocumentImpl

Packages that use DocumentImpl
weblogic.apache.xalan.stree   
 

Uses of DocumentImpl in weblogic.apache.xalan.stree
 

Subclasses of DocumentImpl in weblogic.apache.xalan.stree
 class DocumentFragmentImpl
           Class to hold information about a DocumentFragment node
 

Fields in weblogic.apache.xalan.stree declared as DocumentImpl
protected  DocumentImpl Child.m_doc
          Document Object
protected  DocumentImpl StreeDOMBuilder.m_docImpl
          Source document node
 

Methods in weblogic.apache.xalan.stree with parameters of type DocumentImpl
protected  void Child.setDoc(DocumentImpl doc)
          Set the document object for this child
 

Constructors in weblogic.apache.xalan.stree with parameters of type DocumentImpl
Child.Child(DocumentImpl doc)
          Constructor Child
TextImpl.TextImpl(DocumentImpl doc, java.lang.String data)
          Constructor TextImpl
TextImpl.TextImpl(DocumentImpl doc, char[] ch, int start, int length)
          Constructor TextImpl
CommentImpl.CommentImpl(DocumentImpl doc, java.lang.String data)
          Constructor CommentImpl
CommentImpl.CommentImpl(DocumentImpl doc, char[] ch, int start, int length)
          Constructor CommentImpl
WhiteSpace.WhiteSpace(DocumentImpl doc, char[] ch, int start, int length)
          Constructor WhiteSpace
Parent.Parent(DocumentImpl doc)
          Constructor Parent
CDATASectionImpl.CDATASectionImpl(DocumentImpl doc, java.lang.String data)
          Constructor CDATASectionImpl
CDATASectionImpl.CDATASectionImpl(DocumentImpl doc, char[] ch, int start, int length)
          Constructor CDATASectionImpl
 


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.