|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLStreamWriter | |
---|---|
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. |
Uses of XMLStreamWriter in javax.xml.bind |
---|
Methods in javax.xml.bind with parameters of type XMLStreamWriter | |
---|---|
void |
Marshaller.marshal(Object jaxbElement,
XMLStreamWriter writer)
Marshal the content tree rooted at jaxbElement into a XMLStreamWriter . |
Uses of XMLStreamWriter in javax.xml.bind.helpers |
---|
Methods in javax.xml.bind.helpers with parameters of type XMLStreamWriter | |
---|---|
void |
AbstractMarshallerImpl.marshal(Object obj,
XMLStreamWriter writer)
|
Uses of XMLStreamWriter in javax.xml.stream |
---|
Methods in javax.xml.stream that return XMLStreamWriter | |
---|---|
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(Result result)
Create a new XMLStreamWriter that writes to a JAXP result. |
abstract XMLStreamWriter |
XMLOutputFactory.createXMLStreamWriter(Writer stream)
Create a new XMLStreamWriter that writes to a writer |
Uses of XMLStreamWriter in javax.xml.transform.stax |
---|
Methods in javax.xml.transform.stax that return XMLStreamWriter | |
---|---|
XMLStreamWriter |
StAXResult.getXMLStreamWriter()
Get the XMLStreamWriter used by this
StAXResult . |
Constructors in javax.xml.transform.stax with parameters of type XMLStreamWriter | |
---|---|
StAXResult(XMLStreamWriter xmlStreamWriter)
Creates a new instance of a StAXResult
by supplying an XMLStreamWriter . |
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.