Uses of Interface
org.jaxen.NamespaceContext
Packages that use NamespaceContext
-
Uses of NamespaceContext in org.jaxen
Classes in org.jaxen that implement NamespaceContextModifier and TypeClassDescriptionclass
Provides mappings from namespace prefix to namespace URI to the XPath engine.Methods in org.jaxen that return NamespaceContextModifier and TypeMethodDescriptionprotected NamespaceContext
BaseXPath.createNamespaceContext()
Create a defaultNamespaceContext
.BaseXPath.getNamespaceContext()
Retrieve theNamespaceContext
used by this XPath expression.ContextSupport.getNamespaceContext()
Retrieve theNamespaceContext
.XPath.getNamespaceContext()
Retrieve theNamespaceContext
used by this XPath expression.Methods in org.jaxen with parameters of type NamespaceContextModifier and TypeMethodDescriptionvoid
BaseXPath.setNamespaceContext
(NamespaceContext namespaceContext) Set aNamespaceContext
for use with this XPath expression.void
ContextSupport.setNamespaceContext
(NamespaceContext namespaceContext) Set theNamespaceContext
.void
XPath.setNamespaceContext
(NamespaceContext namespaceContext) Set aNamespaceContext
for this XPath expression.Constructors in org.jaxen with parameters of type NamespaceContextModifierConstructorDescriptionContextSupport
(NamespaceContext namespaceContext, FunctionContext functionContext, VariableContext variableContext, Navigator navigator) Create a new ContextSupport object.