Uses of Class
org.apache.xpath.operations.Variable
Packages that use Variable
Package
Description
Implements the
Templates
interface,
and defines a set of classes that represent an XSLT stylesheet.Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Support for XPath operations, such as +, -, string(), etc.
-
Uses of Variable in org.apache.xalan.templates
Methods in org.apache.xalan.templates with parameters of type VariableModifier and TypeMethodDescriptionboolean
AbsPathChecker.visitVariableRef
(ExpressionOwner owner, Variable var) Visit a variable reference.boolean
VarNameCollector.visitVariableRef
(ExpressionOwner owner, Variable var) Visit a variable reference. -
Uses of Variable in org.apache.xpath
Methods in org.apache.xpath with parameters of type VariableModifier and TypeMethodDescriptionboolean
XPathVisitor.visitVariableRef
(ExpressionOwner owner, Variable var) Visit a variable reference. -
Uses of Variable in org.apache.xpath.operations
Subclasses of Variable in org.apache.xpath.operationsModifier and TypeClassDescriptionclass
This is a "smart" variable reference that is used in situations where an absolute path is optimized into a variable reference, but may be used in some situations where the document context may have changed.