Uses of Interface
javax.xml.namespace.NamespaceContext
Package
Description
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines event interfaces for the Streaming API for XML (StAX).
Provides utility classes for the Streaming API for XML (StAX).
Provides an object-model neutral API for the
evaluation of XPath expressions and access to the evaluation
environment.
-
Uses of NamespaceContext in javax.xml.stream
Modifier and TypeMethodDescriptionXMLEventWriter.getNamespaceContext()
Returns the current namespace context.XMLStreamReader.getNamespaceContext()
Returns a read only namespace context for the current position.XMLStreamWriter.getNamespaceContext()
Returns the current namespace context.Modifier and TypeMethodDescriptionabstract StartElement
XMLEventFactory.createStartElement
(String prefix, String namespaceUri, String localName, Iterator<? extends Attribute> attributes, Iterator<? extends Namespace> namespaces, NamespaceContext context) Create a new StartElement.void
XMLEventWriter.setNamespaceContext
(NamespaceContext context) Sets the current namespace context for prefix and uri bindings.void
XMLStreamWriter.setNamespaceContext
(NamespaceContext context) Sets the current namespace context for prefix and uri bindings. -
Uses of NamespaceContext in javax.xml.stream.events
Modifier and TypeMethodDescriptionStartElement.getNamespaceContext()
Gets a read-only namespace context. -
Uses of NamespaceContext in javax.xml.stream.util
-
Uses of NamespaceContext in javax.xml.xpath
Modifier and TypeMethodDescriptionXPath.getNamespaceContext()
Return the current namespace context.Modifier and TypeMethodDescriptionvoid
XPath.setNamespaceContext
(NamespaceContext nsContext) Establish a namespace context.