|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Child | |
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 Child in org.apache.xalan.stree |
Subclasses of Child in org.apache.xalan.stree | |
class |
AttrImpl
|
class |
AttrImplNS
|
class |
CDATASectionImpl
|
class |
CommentImpl
|
class |
DocumentFragmentImpl
|
class |
DocumentImpl
|
class |
DocumentTypeImpl
|
class |
ElementImpl
|
class |
ElementImplWithNS
|
class |
IndexedDocImpl
|
class |
IndexedElemImpl
|
class |
IndexedElemWithNS
|
class |
NameSpaceDecl
|
class |
Parent
|
class |
ProcessingInstructionImpl
|
class |
TextImpl
|
class |
WhiteSpace
Right now this is the same as TextImpl. |
Methods in org.apache.xalan.stree that return Child | |
Child |
Parent.getChild(int i)
Get the nth child. |
Methods in org.apache.xalan.stree with parameters of type Child | |
void |
LevelIndexer.insertNode(Child child)
**For internal use only** Insert a node in the nodesList by level, by parent and by type. |
int |
LevelIndexer.addToTable(Child child)
**For internal use only** Add a node to the types table. |
Uses of Child in org.apache.xalan.transformer |
Subclasses of Child in org.apache.xalan.transformer | |
class |
ResultTreeFrag
**For internal use only** Container of a result tree fragment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |