jd.xml.xslt.extension
Class ExtensionFunction
java.lang.Object
jd.xml.xpath.expr.ExpressionImpl
jd.xml.xpath.expr.VariableExpression
jd.xml.xpath.expr.function.VariableFunction
jd.xml.xslt.extension.ExtensionFunction
- All Implemented Interfaces:
- Expression, Function
- Direct Known Subclasses:
- JavaFunction, ScriptFunction
- public abstract class ExtensionFunction
- extends VariableFunction
Methods inherited from interface jd.xml.xpath.expr.Expression |
getResultType, hasContextDependencies, isUniqueFilter, matchesFilter, toBooleanValue, toNode, toNodeSet, toNumberValue, toString, toStringValue, toXObject |
ExtensionFunction
public ExtensionFunction(String name,
int argCount)
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 VariableFunction