Package | Description |
---|---|
com.caucho.xpath |
Finding and selecting XML nodes using XSL patterns.
|
com.caucho.xpath.expr | |
com.caucho.xpath.pattern |
Modifier and Type | Method and Description |
---|---|
Var |
Expr.evalVar(org.w3c.dom.Node node,
ExprEnvironment env)
Evaluates to a variable.
|
Var |
ExprEnvironment.getVar(java.lang.String name)
Returns the value associated with name.
|
Var |
VarEnv.getVar(java.lang.String name) |
Var |
Env.getVar(java.lang.String name)
Returns the value associated with name.
|
Modifier and Type | Method and Description |
---|---|
int |
Env.addVar(java.lang.String name,
Var value)
Adds the value associated with name.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberVar
A variable containing a double
|
class |
ObjectVar
A variable containing a Java object.
|
Modifier and Type | Method and Description |
---|---|
Var |
VarExpr.evalVar(org.w3c.dom.Node node,
ExprEnvironment env)
Returns the value of the variable as an variable
|
Var |
NumericExpr.evalVar(org.w3c.dom.Node node,
ExprEnvironment env)
Evaluates to a variable.
|
Var |
AbstractNumberExpr.evalVar(org.w3c.dom.Node node,
ExprEnvironment env)
Evaluates to a variable.
|
Modifier and Type | Method and Description |
---|---|
Var |
NodeIterator.getVar(java.lang.String name)
Returns the given variable
|