jd.xml.xpath.expr.function
Class Id
java.lang.Object
jd.xml.xpath.expr.ExpressionImpl
jd.xml.xpath.expr.NodeSetExpression
jd.xml.xpath.expr.function.NodeSetFunction
jd.xml.xpath.expr.function.Id
- All Implemented Interfaces:
- Expression, Function
- public class Id
- extends NodeSetFunction
Id represents the xpath core function "node-set id(object)".
Methods inherited from class jd.xml.xpath.expr.NodeSetExpression |
canCreateModelWalker, getMaxResultSize, getMaxResultSize, getMinResultSize, getMinResultSize, getModelWalker, getResultType, toBooleanValue, toNumberValue, toStringValue, toXObject |
TYPE
public static final FunctionType TYPE
- The function type.
Id
public Id()
getFunctionType
public FunctionType getFunctionType()
- Description copied from interface:
Function
- Return the FunctionType of the Function-
getContextDependencies
public int getContextDependencies()
- Description copied from interface:
Expression
- Return a bitfield indicating the expression dependencies
on the XPath context.
- Specified by:
getContextDependencies
in interface Expression
- Overrides:
getContextDependencies
in class NodeSetFunction
toNodeSet
public XNodeSet toNodeSet(XPathContext context,
int nodeSetOrdering)
- Description copied from interface:
Expression
- Evaluate the Expression to a XNodeSet.
- Specified by:
toNodeSet
in interface Expression
- Overrides:
toNodeSet
in class ExpressionImpl
toNodeSet
public void toNodeSet(XPathRootNode root,
String ids,
XMutableNodeSet result)