| Package | Description |
|---|---|
| javax.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for
some of the
javax.xml.bind interfaces. |
| javax.xml.stream | |
| javax.xml.transform.stax |
Provides for StAX-specific transformation APIs.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Marshaller.marshal(Object jaxbElement,
XMLStreamWriter writer) |
Marshal the content tree rooted at
jaxbElement into a
XMLStreamWriter. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractMarshallerImpl.marshal(Object obj,
XMLStreamWriter writer) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract XMLStreamWriter |
XMLOutputFactory.createXMLStreamWriter(OutputStream stream) |
Create a new XMLStreamWriter that writes to a stream
|
abstract XMLStreamWriter |
XMLOutputFactory.createXMLStreamWriter(OutputStream stream,
String encoding) |
Create a new XMLStreamWriter that writes to a stream
|
abstract XMLStreamWriter |
XMLOutputFactory.createXMLStreamWriter(Writer stream) |
Create a new XMLStreamWriter that writes to a writer
|
abstract XMLStreamWriter |
XMLOutputFactory.createXMLStreamWriter(Result result) |
Create a new XMLStreamWriter that writes to a JAXP result.
|
| Modifier and Type | Method | Description |
|---|---|---|
XMLStreamWriter |
StAXResult.getXMLStreamWriter() |
Get the
XMLStreamWriter used by this
StAXResult. |
| Constructor | Description |
|---|---|
StAXResult(XMLStreamWriter xmlStreamWriter) |
Creates a new instance of a
StAXResult
by supplying an XMLStreamWriter. |
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-Debian+0-9b153-2