| Package | Description |
|---|---|
| javax.xml.bind |
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.stream | |
| javax.xml.stream.events | |
| javax.xml.stream.util | |
| javax.xml.xpath |
This package provides an
object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
|
| Modifier and Type | Method and Description |
|---|---|
static QName |
DatatypeConverter.parseQName(String
Converts the string argument into a byte value.
|
QName |
DatatypeConverterInterface.parseQName(String
Converts the string argument into a QName value.
|
static String |
DatatypeConverter.printQName(QName
Converts a QName instance into a string.
|
String |
DatatypeConverterInterface.printQName(QName
Converts a QName instance into a string.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceContext |
XMLStreamReader.getNamespaceContext()
Returns a read only namespace context for the current position.
|
NamespaceContext |
XMLStreamWriter.getNamespaceContext()
Returns the current namespace context.
|
NamespaceContext |
XMLEventWriter.getNamespaceContext()
Returns the current namespace context.
|
| Modifier and Type | Method and Description |
|---|---|
abstract StartElement |
XMLEventFactory.createStartElement(String
Create a new StartElement.
|
void |
XMLStreamWriter.setNamespaceContext(NamespaceContext
Sets the current namespace context for prefix and uri bindings.
|
void |
XMLEventWriter.setNamespaceContext(NamespaceContext
Sets the current namespace context for prefix and uri bindings.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceContext |
StartElement.getNamespaceContext()
Gets a read-only namespace context.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceContext |
StreamReaderDelegate.getNamespaceContext()
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceContext |
XPath.getNamespaceContext()
Return the current namespace context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XPath.setNamespaceContext(NamespaceContext
Establish a namespace context.
|