Uses of Interface
javax.xml.namespace.NamespaceContext
| Package | Description |
|---|---|
| javax.xml.xpath | |
| org.apache.xpath.jaxp |
-
Uses of NamespaceContext in javax.xml.xpath
Methods in javax.xml.xpath that return NamespaceContext Modifier and Type Method Description NamespaceContextXPath. getNamespaceContext()Return the current namespace context.Methods in javax.xml.xpath with parameters of type NamespaceContext Modifier and Type Method Description voidXPath. setNamespaceContext(NamespaceContext nsContext)Establish a namespace context. -
Uses of NamespaceContext in org.apache.xpath.jaxp
Methods in org.apache.xpath.jaxp that return NamespaceContext Modifier and Type Method Description NamespaceContextXPathImpl. getNamespaceContext()Returns the current namespace context.Methods in org.apache.xpath.jaxp with parameters of type NamespaceContext Modifier and Type Method Description voidXPathImpl. setNamespaceContext(NamespaceContext nsContext)Establishes a namespace context.Constructors in org.apache.xpath.jaxp with parameters of type NamespaceContext Constructor Description JAXPPrefixResolver(NamespaceContext nsContext)