Uses of Interface
com.werken.xpath.FunctionContext
-
Packages that use FunctionContext Package Description com.werken.xpath Provides the core tools needed to use XPath -
-
Uses of FunctionContext in com.werken.xpath
Classes in com.werken.xpath that implement FunctionContext Modifier and Type Class Description class
XPathFunctionContext
Implementation ofFunctionContext
which matches the core function library as described by the W3C XPath Specification.Methods in com.werken.xpath with parameters of type FunctionContext Modifier and Type Method Description void
ContextSupport. setFunctionContext(FunctionContext functionContext)
Set the FunctionContext implementationConstructors in com.werken.xpath with parameters of type FunctionContext Constructor Description ContextSupport(NamespaceContext nsContext, FunctionContext functionContext, VariableContext variableContext)
Construct a semantically initialized ContextSupport
-