|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSLTVisitor | |
org.apache.xalan.templates | Implements the Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
Uses of XSLTVisitor in org.apache.xalan.templates |
Subclasses of XSLTVisitor in org.apache.xalan.templates | |
class |
RedundentExprEliminator
This class eleminates redundent XPaths from a given subtree, and also collects all absolute paths within the subtree. |
Methods in org.apache.xalan.templates with parameters of type XSLTVisitor | |
void |
ElemTemplateElement.callVisitors(XSLTVisitor visitor)
|
void |
ElemForEach.callChildVisitors(XSLTVisitor visitor,
boolean callAttributes)
Call the children visitors. |
void |
AVTPartSimple.callVisitors(XSLTVisitor visitor)
|
void |
ElemCallTemplate.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors. |
void |
AVTPartXPath.callVisitors(XSLTVisitor visitor)
|
void |
AVT.callVisitors(XSLTVisitor visitor)
|
void |
XSLTVisitable.callVisitors(XSLTVisitor visitor)
This will traverse the heararchy, calling the visitor for each member. |
void |
ElemNumber.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |