| Package | Description |
|---|---|
| org.xmlpull.v1.builder.xpath.jaxen |
| Modifier and Type | Method and Description |
|---|---|
Function |
SimpleFunctionContext.getFunction(String namespaceURI,
String prefix,
String localName) |
Function |
FunctionContext.getFunction(String namespaceURI,
String prefix,
String localName)
An implementation should return a
Function implementation object
based on the namespace uri and local name of the function-call
expression. |
Function |
ContextSupport.getFunction(String namespaceURI,
String prefix,
String localName) |
Function |
Context.getFunction(String namespaceURI,
String prefix,
String localName) |
Object |
VariableContext.getVariableValue(String namespaceURI,
String prefix,
String localName)
An implementation should return the value of an xpath variable
based on the namespace uri and local name of the variable-reference
expression.
|
Object |
SimpleVariableContext.getVariableValue(String namespaceURI,
String prefix,
String localName) |
Object |
ContextSupport.getVariableValue(String namespaceURI,
String prefix,
String localName) |
Object |
Context.getVariableValue(String namespaceURI,
String prefix,
String localName) |
Copyright © 2013. All Rights Reserved.