Uses of Class
org.apache.xalan.templates.XSLTVisitor
-
Packages that use XSLTVisitor Package Description org.apache.xalan.templates Implements theTemplatesinterface, 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 classRedundentExprEliminatorThis 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 voidElemCallTemplate. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.voidElemForEach. callChildVisitors(XSLTVisitor visitor, boolean callAttributes)Call the children visitors.voidElemNumber. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.voidAVT. callVisitors(XSLTVisitor visitor)voidAVTPartSimple. callVisitors(XSLTVisitor visitor)voidAVTPartXPath. callVisitors(XSLTVisitor visitor)voidElemTemplateElement. callVisitors(XSLTVisitor visitor)voidXSLTVisitable. callVisitors(XSLTVisitor visitor)This will traverse the heararchy, calling the visitor for each member.
-