org.exolab.adaptx.xpath.functions

Class XMLNamesFunctionCall

public class XMLNamesFunctionCall extends FunctionCallImpl

A class that represents the XPath name related functions

Version: $Revision: 4091 $

Author: Keith Visco

Field Summary
static shortLOCAL_PART
static shortNAME
static shortNAMESPACE
Constructor Summary
XMLNamesFunctionCall()
Creates a new XMLNames Function Call
XMLNamesFunctionCall(short type)
Creates a new XMLNames Function Call
Method Summary
XPathResultevaluate(XPathContext context)
Evaluates the expression and returns the XPath result.

Field Detail

LOCAL_PART

public static final short LOCAL_PART

NAME

public static final short NAME

NAMESPACE

public static final short NAMESPACE

Constructor Detail

XMLNamesFunctionCall

public XMLNamesFunctionCall()
Creates a new XMLNames Function Call

XMLNamesFunctionCall

public XMLNamesFunctionCall(short type)
Creates a new XMLNames Function Call

Method Detail

evaluate

public 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.