パッケージ | 説明 |
---|---|
org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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)
Retrieve a
Function . |
Function |
Context.getFunction(String namespaceURI,
String prefix,
String localName)
Retrieve a
Function . |
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)
Retrieve a variable value.
|
Object |
Context.getVariableValue(String namespaceURI,
String prefix,
String localName)
Retrieve a variable value.
|
Copyright © 2001-2013 Codehaus. All Rights Reserved.