|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableExpression | |
jd.xml.xpath.expr.function | Contains the XPath functions. |
jd.xml.xpath.expr.misc | Contains classes representing various XPath expressions. |
jd.xml.xslt.expr | Contains the XPath functions and expressions defined by XSLT. |
jd.xml.xslt.extension | Contains support for extension functions defined by the XSLT script element. |
Uses of VariableExpression in jd.xml.xpath.expr.function |
Subclasses of VariableExpression in jd.xml.xpath.expr.function | |
class |
VariableFunction
A base class for all functions which evaluate to objects with different types. |
Uses of VariableExpression in jd.xml.xpath.expr.misc |
Subclasses of VariableExpression in jd.xml.xpath.expr.misc | |
class |
Constant
Constant represents an expression that evaluates to a constant XObject. |
class |
VariableReference
VariableReference is an expression that evaluates to the value of a variable. |
Uses of VariableExpression in jd.xml.xslt.expr |
Subclasses of VariableExpression in jd.xml.xslt.expr | |
class |
InvalidExpression
An expression class for invalid expressions encountered in forward compatible processing mode. |
class |
InvalidFunction
InvalidFunction is a placeholder for invalid function calls which are encountered in forward compatible processing mode. |
Uses of VariableExpression in jd.xml.xslt.extension |
Subclasses of VariableExpression in jd.xml.xslt.extension | |
class |
ExtensionFunction
|
class |
ExtensionFunctionCall
ExtensionFunctionCall is a function call to an extension function, i.e. |
class |
JavaFunction
A XPath function that is evaluated by calling a java method. |
class |
ScriptFunction
A Xpath function that is evaluated by calling a script function. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |