|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Var | |
---|---|
com.caucho.xpath | Finding and selecting XML nodes using XSL patterns. |
com.caucho.xpath.expr | |
com.caucho.xpath.pattern |
Uses of Var in com.caucho.xpath |
---|
Methods in com.caucho.xpath that return Var | |
---|---|
Var |
Expr.evalVar(org.w3c.dom.Node node,
ExprEnvironment env)
Evaluates to a variable. |
Var |
Env.getVar(java.lang.String name)
Returns the value associated with name. |
Var |
ExprEnvironment.getVar(java.lang.String name)
Returns the value associated with name. |
Var |
VarEnv.getVar(java.lang.String name)
|
Methods in com.caucho.xpath with parameters of type Var | |
---|---|
int |
Env.addVar(java.lang.String name,
Var value)
Adds the value associated with name. |
Uses of Var in com.caucho.xpath.expr |
---|
Subclasses of Var in com.caucho.xpath.expr | |
---|---|
class |
NumberVar
A variable containing a double |
class |
ObjectVar
A variable containing a Java object. |
Methods in com.caucho.xpath.expr that return Var | |
---|---|
Var |
AbstractNumberExpr.evalVar(org.w3c.dom.Node node,
ExprEnvironment env)
Evaluates to a variable. |
Var |
NumericExpr.evalVar(org.w3c.dom.Node node,
ExprEnvironment env)
Evaluates to a variable. |
Var |
VarExpr.evalVar(org.w3c.dom.Node node,
ExprEnvironment env)
Returns the value of the variable as an variable |
Uses of Var in com.caucho.xpath.pattern |
---|
Methods in com.caucho.xpath.pattern that return Var | |
---|---|
Var |
NodeIterator.getVar(java.lang.String name)
Returns the given variable |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |