org.apache.xalan.templates
public class XSLTVisitor extends XPathVisitor
Method Summary | |
---|---|
boolean | visitAVT(AVT elem)
Visit an Attribute Value Template (at the top level).
|
boolean | visitExtensionElement(ElemExtensionCall elem)
Visit an extension element. |
boolean | visitInstruction(ElemTemplateElement elem)
Visit an XSLT instruction. |
boolean | visitLiteralResultElement(ElemLiteralResult elem)
Visit a LiteralResultElement.
|
boolean | visitStylesheet(ElemTemplateElement elem)
Visit an XSLT stylesheet instruction.
|
boolean | visitTopLevelInstruction(ElemTemplateElement elem)
Visit an XSLT top-level instruction.
|
boolean | visitTopLevelVariableOrParamDecl(ElemTemplateElement elem)
Visit an XSLT top-level instruction.
|
boolean | visitVariableOrParamDecl(ElemVariable elem)
Visit an XSLT variable or parameter declaration.
|
Parameters: elem The attribute value template object.
Returns: true if the sub expressions should be traversed.
Parameters: elem The extension object.
Returns: true if the sub expressions should be traversed.
Parameters: elem The xsl instruction element object.
Returns: true if the sub expressions should be traversed.
Parameters: elem The literal result object.
Returns: true if the sub expressions should be traversed.
Parameters: elem The xsl instruction element object.
Returns: true if the sub expressions should be traversed.
Parameters: elem The xsl instruction element object.
Returns: true if the sub expressions should be traversed.
Parameters: elem The xsl instruction element object.
Returns: true if the sub expressions should be traversed.
Parameters: elem The xsl instruction element object.
Returns: true if the sub expressions should be traversed.