Uses of Class
org.apache.xalan.templates.XSLTVisitor
| Package | Description |
|---|---|
| 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 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 protected booleanElemExtensionCall. accept(XSLTVisitor visitor)Accept a visitor and call the appropriate method for this class.protected booleanElemLiteralResult. accept(XSLTVisitor visitor)Accept a visitor and call the appropriate method for this class.protected booleanElemTemplateElement. accept(XSLTVisitor visitor)Accept a visitor and call the appropriate method for this class.protected booleanElemVariable. accept(XSLTVisitor visitor)Accept a visitor and call the appropriate method for this class.protected booleanStylesheet. accept(XSLTVisitor visitor)Accept a visitor and call the appropriate method for this class.voidElemCallTemplate. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.protected voidElemCopyOf. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.protected voidElemElement. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.voidElemForEach. callChildVisitors(XSLTVisitor visitor, boolean callAttributes)Call the children visitors.protected voidElemIf. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.protected voidElemLiteralResult. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.voidElemNumber. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.protected voidElemTemplateElement. callChildVisitors(XSLTVisitor visitor)Call the children visitors.protected voidElemTemplateElement. callChildVisitors(XSLTVisitor visitor, boolean callAttributes)Call the children visitors.protected voidElemValueOf. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.protected voidElemVariable. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.protected voidElemWhen. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.protected voidElemWithParam. callChildVisitors(XSLTVisitor visitor, boolean callAttrs)Call the children visitors.protected voidStylesheet. 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.