Uses of Interface
com.werken.xpath.NamespaceContext
-
Packages that use NamespaceContext Package Description com.werken.xpath Provides the core tools needed to use XPath -
-
Uses of NamespaceContext in com.werken.xpath
Classes in com.werken.xpath that implement NamespaceContext Modifier and Type Class Description class
ElementNamespaceContext
ANamespaceContext
which gets it's mappings from an Element in a JDOM tree.Methods in com.werken.xpath with parameters of type NamespaceContext Modifier and Type Method Description void
ContextSupport. setNamespaceContext(NamespaceContext nsContext)
Set the NamespaceContext implementationConstructors in com.werken.xpath with parameters of type NamespaceContext Constructor Description ContextSupport(NamespaceContext nsContext, FunctionContext functionContext, VariableContext variableContext)
Construct a semantically initialized ContextSupport
-