|
||||||||||
| 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 -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. |
| org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
| Uses of DocumentImpl in org.apache.xalan.stree |
| Subclasses of DocumentImpl in org.apache.xalan.stree | |
class |
DocumentFragmentImpl
|
class |
IndexedDocImpl
|
| Constructors in org.apache.xalan.stree with parameters of type DocumentImpl | |
Child.Child(DocumentImpl doc)
|
|
Parent.Parent(DocumentImpl doc)
|
|
TextImpl.TextImpl(DocumentImpl doc,
java.lang.String data)
|
|
TextImpl.TextImpl(DocumentImpl doc,
char[] ch,
int start,
int length)
|
|
CDATASectionImpl.CDATASectionImpl(DocumentImpl doc,
java.lang.String data)
|
|
CDATASectionImpl.CDATASectionImpl(DocumentImpl doc,
char[] ch,
int start,
int length)
|
|
CommentImpl.CommentImpl(DocumentImpl doc,
java.lang.String data)
|
|
CommentImpl.CommentImpl(DocumentImpl doc,
char[] ch,
int start,
int length)
|
|
WhiteSpace.WhiteSpace(DocumentImpl doc,
char[] ch,
int start,
int length)
|
|
| Uses of DocumentImpl in org.apache.xalan.transformer |
| Subclasses of DocumentImpl in org.apache.xalan.transformer | |
class |
ResultTreeFrag
**For internal use only** Container of a result tree fragment. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||