|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xpath.XPathVisitor | +--org.apache.xalan.templates.XSLTVisitor
A derivation from this class can be passed to a class that implements the XSLTVisitable interface, to have the appropriate method called for each component of an XSLT stylesheet. Aside from possible other uses, the main intention is to provide a reasonable means to perform expression rewriting.
Constructor Summary | |
XSLTVisitor()
|
Methods inherited from class org.apache.xpath.XPathVisitor |
visitBinaryOperation,
visitFunction,
visitLocationPath,
visitMatchPattern,
visitNumberLiteral,
visitPredicate,
visitStep,
visitStringLiteral,
visitUnaryOperation,
visitUnionPath,
visitUnionPattern,
visitVariableRef |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public XSLTVisitor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |