Uses of Class
org.apache.xalan.templates.XSLTVisitor
Packages that use XSLTVisitor
Package
Description
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.templatesModifier and TypeClassDescriptionclassThis 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 XSLTVisitorModifier and TypeMethodDescriptionvoidElemCallTemplate.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.