|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |