Uses of Interface
org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
-
Packages that use XmlOutput Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}. -
-
Uses of XmlOutput in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return XmlOutput Modifier and Type Method Description XmlOutputMarshallerImpl. createWriter(OutputStream os)XmlOutputMarshallerImpl. createWriter(OutputStream os, String encoding)XmlOutputMarshallerImpl. createWriter(Writer w)XmlOutputMarshallerImpl. createWriter(Writer w, String encoding)Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type XmlOutput Modifier and Type Method Description voidMarshallerImpl. marshal(Object obj, XmlOutput output)voidXMLSerializer. 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 XmlOutput Modifier and Type Class Description classC14nXmlOutputXmlOutputthat generates canonical XML.classDOMOutputXmlOutputimplementation that does associative marshalling to DOM.classFastInfosetStreamWriterOutputXmlOutputforStAXDocumentSerializer.classForkXmlOutputclassIndentingUTF8XmlOutputUTF8XmlOutputwith indentation.classMTOMXmlOutputXmlOutputdecorator that supports MTOM.classSAXOutputXmlOutputimplementation that writes to SAXContentHandler.classStAXExStreamWriterOutputXmlOutputforXMLStreamWriterEx.classUTF8XmlOutputXmlOutputimplementation specialized for UTF-8.classXMLEventWriterOutputXmlOutputthat writes to StAXXMLEventWriter.classXmlOutputAbstractImplAbstract implementation ofXmlOutputImplements the optimal methods, where defer to the non-optimal methods.classXMLStreamWriterOutputXmlOutputthat writes to StAXXMLStreamWriter.Methods in org.glassfish.jaxb.runtime.v2.runtime.output that return XmlOutput Modifier and Type Method Description static 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 XmlOutput Modifier and Type Method Description voidNamespaceContextImpl.Element. endElement(XmlOutput out)voidNamespaceContextImpl.Element. startElement(XmlOutput out, Object innerPeer)Constructors in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type XmlOutput Constructor Description ForkXmlOutput(XmlOutput lhs, XmlOutput rhs)MTOMXmlOutput(XmlOutput next)
-