jd.xml.xpath.expr.function
Class NodeFunctionType
java.lang.Object
jd.xml.xpath.expr.function.FunctionType
jd.xml.xpath.expr.function.NodeFunctionType
- public final class NodeFunctionType
- extends FunctionType
NodeFunctionType is a FunctionType for functions
which use the context node as argument if no argument is supplied.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeFunctionType
public NodeFunctionType(String name)
- Create a NodeFunctionType.
getContextDependencies
public int getContextDependencies(Expression[] arguments)
- Return a bitfield indicating the dependencies of the function arguments.
- Overrides:
getContextDependencies
in class FunctionType