org.exolab.adaptx.xpath.functions
public class XMLNamesFunctionCall extends FunctionCallImpl
Version: $Revision: 4091 $
Field Summary | |
---|---|
static short | LOCAL_PART |
static short | NAME |
static short | NAMESPACE |
Constructor Summary | |
---|---|
XMLNamesFunctionCall()
Creates a new XMLNames Function Call
| |
XMLNamesFunctionCall(short type)
Creates a new XMLNames Function Call
|
Method Summary | |
---|---|
XPathResult | evaluate(XPathContext context)
Evaluates the expression and returns the XPath result.
|
Parameters: context The XPathContext to use during evaluation.
Returns: The XPathResult (not null).
Throws: XPathException if an error occured while evaluating this expression.