com.icl.saxon.functions
Class UnparsedEntityURI
public class UnparsedEntityURI
containsReferences, display, enumerate, evaluate, evaluateAsBoolean, evaluateAsNodeSet, evaluateAsNumber, evaluateAsString, getDataType, getDependencies, getStaticContext, indent, isContextDocumentNodeSet, make, outputStringValue, reduce, setStaticContext, simplify, usesCurrent |
evaluateAsString
public String evaluateAsString(Context context)
throws XPathException Evaluate the expression in a string context
- evaluateAsString in interface Expression
getDataType
public int getDataType()
Determine the data type of the expression
- getDataType in interface Expression
- Value.STRING
getDependencies
public int getDependencies()
Determine which aspects of the context the expression depends on. The result is
a bitwise-or'ed value composed from constants such as Context.VARIABLES and
Context.CURRENT_NODE
- getDependencies in interface Expression
getName
public String getName()
- getName in interface Function