Uses of Interface
org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.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 <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 org.glassfish.jaxb.runtime.v2.runtime.output
Classes in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.output that return XmlOutputModifier and TypeMethodDescriptionstatic XmlOutputXMLStreamWriterOutput.create(XMLStreamWriter out, JAXBContextImpl context, CharacterEscapeHandler escapeHandler) Creates a newXmlOutputfrom aXMLStreamWriter.Methods in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type XmlOutputModifier and TypeMethodDescriptionvoidNamespaceContextImpl.Element.endElement(XmlOutput out) voidNamespaceContextImpl.Element.startElement(XmlOutput out, Object innerPeer) Constructors in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type XmlOutputModifierConstructorDescriptionForkXmlOutput(XmlOutput lhs, XmlOutput rhs) MTOMXmlOutput(XmlOutput next)