RedundentExprEliminator
public class XSLTVisitor extends XPathVisitor
Constructor | Description |
---|---|
XSLTVisitor() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visitBinaryOperation, visitFunction, visitLocationPath, visitMatchPattern, visitNumberLiteral, visitPredicate, visitStep, visitStringLiteral, visitUnaryOperation, visitUnionPath, visitUnionPattern, visitVariableRef
public boolean visitInstruction(ElemTemplateElement elem)
elem
- The xsl instruction element object.public boolean visitStylesheet(ElemTemplateElement elem)
elem
- The xsl instruction element object.public boolean visitTopLevelInstruction(ElemTemplateElement elem)
elem
- The xsl instruction element object.public boolean visitTopLevelVariableOrParamDecl(ElemTemplateElement elem)
elem
- The xsl instruction element object.public boolean visitVariableOrParamDecl(ElemVariable elem)
elem
- The xsl instruction element object.public boolean visitLiteralResultElement(ElemLiteralResult elem)
elem
- The literal result object.public boolean visitAVT(AVT elem)
elem
- The attribute value template object.public boolean visitExtensionElement(ElemExtensionCall elem)
elem
- The extension object.Copyright ? 2014 Apache XML Project. All Rights Reserved.