Uses of Interface
javax.xml.namespace.NamespaceContext
- 
Packages that use NamespaceContext Package Description javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.stream Defines interfaces and classes for the Streaming API for XML (StAX).javax.xml.stream.events Defines event interfaces for the Streaming API for XML (StAX).javax.xml.stream.util Provides utility classes for the Streaming API for XML (StAX).javax.xml.xpath Provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
- 
- 
Uses of NamespaceContext in javax.xml.bindMethods in javax.xml.bind with parameters of type NamespaceContext Modifier and Type Method Description static QNameDatatypeConverter. parseQName(String lexicalXSDQName, NamespaceContext nsc)Converts the string argument into a byte value.QNameDatatypeConverterInterface. parseQName(String lexicalXSDQName, NamespaceContext nsc)Converts the string argument into a QName value.static StringDatatypeConverter. printQName(QName val, NamespaceContext nsc)Converts a QName instance into a string.StringDatatypeConverterInterface. printQName(QName val, NamespaceContext nsc)Converts a QName instance into a string.
- 
Uses of NamespaceContext in javax.xml.streamMethods in javax.xml.stream that return NamespaceContext Modifier and Type Method Description NamespaceContextXMLEventWriter. getNamespaceContext()Returns the current namespace context.NamespaceContextXMLStreamReader. getNamespaceContext()Returns a read only namespace context for the current position.NamespaceContextXMLStreamWriter. getNamespaceContext()Returns the current namespace context.Methods in javax.xml.stream with parameters of type NamespaceContext Modifier and Type Method Description abstract StartElementXMLEventFactory. createStartElement(String prefix, String namespaceUri, String localName, Iterator<? extends Attribute> attributes, Iterator<? extends Namespace> namespaces, NamespaceContext context)Create a new StartElement.voidXMLEventWriter. setNamespaceContext(NamespaceContext context)Sets the current namespace context for prefix and uri bindings.voidXMLStreamWriter. setNamespaceContext(NamespaceContext context)Sets the current namespace context for prefix and uri bindings.
- 
Uses of NamespaceContext in javax.xml.stream.eventsMethods in javax.xml.stream.events that return NamespaceContext Modifier and Type Method Description NamespaceContextStartElement. getNamespaceContext()Gets a read-only namespace context.
- 
Uses of NamespaceContext in javax.xml.stream.utilMethods in javax.xml.stream.util that return NamespaceContext Modifier and Type Method Description NamespaceContextStreamReaderDelegate. getNamespaceContext()
- 
Uses of NamespaceContext in javax.xml.xpathMethods 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.
 
-