Uses of Class
org.apache.xalan.templates.XSLTVisitor
-
Packages that use XSLTVisitor Package Description org.apache.xalan.templates Implements theTemplates
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 Modifier and Type Class Description 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 Modifier and Type Method Description void
ElemCallTemplate. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
Call the children visitors.void
ElemForEach. callChildVisitors(XSLTVisitor visitor, boolean callAttributes)
Call the children visitors.void
ElemNumber. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
Call the children visitors.void
AVT. callVisitors(XSLTVisitor visitor)
void
AVTPartSimple. callVisitors(XSLTVisitor visitor)
void
AVTPartXPath. callVisitors(XSLTVisitor visitor)
void
ElemTemplateElement. callVisitors(XSLTVisitor visitor)
void
XSLTVisitable. callVisitors(XSLTVisitor visitor)
This will traverse the heararchy, calling the visitor for each member.
-