Top Description Fields Constructors Methods
com.sun.org.apache.xpath.internal.functions

public Class FuncDoclocation

extends FunctionDef1Arg
Class Inheritance
Imports
com.sun.org.apache.xml.internal.dtm.DTM, com.sun.org.apache.xpath.internal.XPathContext, com.sun.org.apache.xpath.internal.objects.XObject, .XString

Execute the proprietary document-location() function, which returns a node set of documents.

Field Summary

Modifier and TypeField and Description
pack-priv static final long

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public XObject

Returns:

A valid XObject.
execute
(XPathContext
The current execution context.
xctxt
)

Overrides com.sun.org.apache.xpath.internal.functions.Function.execute.

Execute the function.

Inherited from com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg:
Arg0IsNodesetExprcanTraverseOutsideSubtreecheckNumberArgsgetArg0AsNodegetArg0AsNumbergetArg0AsStringreportWrongNumberArgs

Field Detail

serialVersionUIDback to summary
pack-priv static final long serialVersionUID

Hides com.sun.org.apache.xpath.internal.functions.FunctionDef1Arg.serialVersionUID.

Constructor Detail

FuncDoclocationback to summary
public FuncDoclocation()

Method Detail

executeback to summary
public XObject execute(XPathContext xctxt) throws TransformerException

Overrides com.sun.org.apache.xpath.internal.functions.Function.execute.

Execute the function. The function must return a valid object.

Parameters
xctxt:XPathContext

The current execution context.

Returns:XObject

A valid XObject.

Exceptions
TransformerException:

Doc from com.sun.org.apache.xpath.internal.Expression.execute.

if a runtime exception occurs.