Uses of Interface
javax.xml.stream.events.Namespace
Package
Description
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines event interfaces for the Streaming API for XML (StAX).
-
Uses of Namespace in javax.xml.stream
Modifier and TypeMethodDescriptionabstract Namespace
XMLEventFactory.createNamespace(String namespaceURI)
Create a new default Namespaceabstract Namespace
XMLEventFactory.createNamespace(String prefix, String namespaceUri)
Create a new NamespaceModifier and TypeMethodDescriptionabstract EndElement
XMLEventFactory.createEndElement(String prefix, String namespaceUri, String localName, Iterator<? extends Namespace> namespaces)
Create a new EndElementabstract EndElement
XMLEventFactory.createEndElement(QName name, Iterator<? extends Namespace> namespaces)
Create a new EndElement -
Uses of Namespace in javax.xml.stream.events
Modifier and TypeMethodDescriptionEndElement.getNamespaces()
Returns an Iterator of namespaces that have gone out of scope.StartElement.getNamespaces()
Returns an Iterator of namespaces declared on this element.