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

Packages that use DocumentImpl
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
 

Uses of DocumentImpl in org.apache.xalan.stree
 

Subclasses of DocumentImpl in org.apache.xalan.stree
 class DocumentFragmentImpl
          **For internal use only** Class to hold information about a DocumentFragment node
 

Constructors in org.apache.xalan.stree with parameters of type DocumentImpl
Child.Child(DocumentImpl doc)
          Constructor Child
Parent.Parent(DocumentImpl doc)
          Constructor Parent
TextImpl.TextImpl(DocumentImpl doc, java.lang.String data)
          Constructor TextImpl
TextImpl.TextImpl(DocumentImpl doc, char[] ch, int start, int length)
          Constructor TextImpl
CDATASectionImpl.CDATASectionImpl(DocumentImpl doc, java.lang.String data)
          Constructor CDATASectionImpl
CDATASectionImpl.CDATASectionImpl(DocumentImpl doc, char[] ch, int start, int length)
          Constructor CDATASectionImpl
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
 



Copyright � 2000 Apache XML Project. All Rights Reserved.