Uses of Class
org.apache.xalan.templates.XSLTVisitor

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
protected  boolean Stylesheet.accept(XSLTVisitor visitor)
          Accept a visitor and call the appropriate method for this class.
protected  boolean ElemVariable.accept(XSLTVisitor visitor)
          Accept a visitor and call the appropriate method for this class.
protected  boolean ElemTemplateElement.accept(XSLTVisitor visitor)
          Accept a visitor and call the appropriate method for this class.
protected  boolean ElemLiteralResult.accept(XSLTVisitor visitor)
          Accept a visitor and call the appropriate method for this class.
protected  boolean ElemExtensionCall.accept(XSLTVisitor visitor)
          Accept a visitor and call the appropriate method for this class.
protected  void ElemTemplateElement.callChildVisitors(XSLTVisitor visitor)
          Call the children visitors.
protected  void Stylesheet.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
protected  void ElemWithParam.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
protected  void ElemWhen.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
protected  void ElemVariable.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
protected  void ElemValueOf.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
protected  void ElemTemplateElement.callChildVisitors(XSLTVisitor visitor, boolean callAttributes)
          Call the children visitors.
 void ElemNumber.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
protected  void ElemLiteralResult.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
protected  void ElemIf.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
 void ElemForEach.callChildVisitors(XSLTVisitor visitor, boolean callAttributes)
          Call the children visitors.
protected  void ElemElement.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
protected  void ElemCopyOf.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
 void ElemCallTemplate.callChildVisitors(XSLTVisitor visitor, boolean callAttrs)
          Call the children visitors.
 void XSLTVisitable.callVisitors(XSLTVisitor visitor)
          This will traverse the heararchy, calling the visitor for each member.
 void ElemTemplateElement.callVisitors(XSLTVisitor visitor)
           
 void AVTPartXPath.callVisitors(XSLTVisitor visitor)
           
 void AVTPartSimple.callVisitors(XSLTVisitor visitor)
           
 void AVT.callVisitors(XSLTVisitor visitor)