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 TypeMethodDescriptionvoidvoidXMLSerializer.startDocument(XmlOutput out, boolean fragment, String schemaLocation, String noNsSchemaLocation) Reset this object to write to the specified output.protected final <T> voidMarshallerImpl.write(Name rootTagName, JaxBeanInfo<T> bi, T obj, XmlOutput out, Runnable postInitAction) Used byBridgeImplto 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 TypeClassDescriptionclassXmlOutputthat generates canonical XML.final classXmlOutputimplementation that does associative marshalling to DOM.final classfinal classfinal classUTF8XmlOutputwith indentation.final classXmlOutputdecorator that supports MTOM.classXmlOutputimplementation that writes to SAXContentHandler.final classclassXmlOutputimplementation specialized for UTF-8.classXmlOutputthat writes to StAXXMLEventWriter.classAbstract implementation ofXmlOutputImplements the optimal methods, where defer to the non-optimal methods.classXmlOutputthat writes to StAXXMLStreamWriter.Methods in com.sun.xml.bind.v2.runtime.output that return XmlOutputModifier and TypeMethodDescriptionstatic XmlOutputXMLStreamWriterOutput.create(XMLStreamWriter out, JAXBContextImpl context, CharacterEscapeHandler escapeHandler) Creates a newXmlOutputfrom aXMLStreamWriter.Methods in com.sun.xml.bind.v2.runtime.output with parameters of type XmlOutputModifier and TypeMethodDescriptionvoidNamespaceContextImpl.Element.endElement(XmlOutput out) voidNamespaceContextImpl.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)