Package | Description |
---|---|
javax.xml.stream | |
javax.xml.stream.events |
Modifier and Type | Method | Description |
---|---|---|
abstract Namespace |
XMLEventFactory.createNamespace(String namespaceURI) |
Create a new default Namespace
|
abstract Namespace |
XMLEventFactory.createNamespace(String prefix,
String namespaceUri) |
Create a new Namespace
|
Modifier and Type | Method | Description |
---|---|---|
abstract EndElement |
XMLEventFactory.createEndElement(String prefix,
String namespaceUri,
String localName,
Iterator<? extends Namespace> namespaces) |
Create a new EndElement
|
abstract EndElement |
XMLEventFactory.createEndElement(QName name,
Iterator<? extends Namespace> namespaces) |
Create a new EndElement
|
Modifier and Type | Method | Description |
---|---|---|
Iterator<Namespace> |
EndElement.getNamespaces() |
Returns an Iterator of namespaces that have gone out
of scope.
|
Iterator<Namespace> |
StartElement.getNamespaces() |
Returns an Iterator of namespaces declared on this element.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b151-2