Uses of Interface
com.sun.xml.bind.v2.runtime.output.XmlOutput
Packages that use XmlOutput
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
Code that writes well-formed XML (
XmlOutput
and its implementations}.-
Uses of XmlOutput in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return XmlOutputModifier and TypeMethodDescriptionMarshallerImpl.createWriter
(OutputStream os) MarshallerImpl.createWriter
(OutputStream os, String encoding) MarshallerImpl.createWriter
(Writer w) MarshallerImpl.createWriter
(Writer w, String encoding) Methods in com.sun.xml.bind.v2.runtime with parameters of type XmlOutputModifier and TypeMethodDescriptionvoid
void
XMLSerializer.startDocument
(XmlOutput out, boolean fragment, String schemaLocation, String noNsSchemaLocation) Reset this object to write to the specified output.protected final <T> void
MarshallerImpl.write
(Name rootTagName, JaxBeanInfo<T> bi, T obj, XmlOutput out, Runnable postInitAction) Used byBridgeImpl
to write an arbitrary object as a fragment. -
Uses of XmlOutput in com.sun.xml.bind.v2.runtime.output
Classes in com.sun.xml.bind.v2.runtime.output that implement XmlOutputModifier and TypeClassDescriptionclass
XmlOutput
that generates canonical XML.final class
XmlOutput
implementation that does associative marshalling to DOM.final class
XmlOutput
forStAXDocumentSerializer
.final class
final class
UTF8XmlOutput
with indentation.final class
XmlOutput
decorator that supports MTOM.class
XmlOutput
implementation that writes to SAXContentHandler
.final class
XmlOutput
forXMLStreamWriterEx
.class
XmlOutput
implementation specialized for UTF-8.class
XmlOutput
that writes to StAXXMLEventWriter
.class
Abstract implementation ofXmlOutput
Implements the optimal methods, where defer to the non-optimal methods.class
XmlOutput
that writes to StAXXMLStreamWriter
.Methods in com.sun.xml.bind.v2.runtime.output that return XmlOutputModifier and TypeMethodDescriptionstatic XmlOutput
XMLStreamWriterOutput.create
(XMLStreamWriter out, JAXBContextImpl context, CharacterEscapeHandler escapeHandler) Creates a newXmlOutput
from aXMLStreamWriter
.Methods in com.sun.xml.bind.v2.runtime.output with parameters of type XmlOutputModifier and TypeMethodDescriptionvoid
NamespaceContextImpl.Element.endElement
(XmlOutput out) void
NamespaceContextImpl.Element.startElement
(XmlOutput out, Object innerPeer) Constructors in com.sun.xml.bind.v2.runtime.output with parameters of type XmlOutputModifierConstructorDescriptionForkXmlOutput
(XmlOutput lhs, XmlOutput rhs) MTOMXmlOutput
(XmlOutput next)