Module com.sun.xml.bind.core
Package com.sun.xml.txw2.output
Defines XmlSerializer and its built-in implementations.
-
Interface Summary Interface Description CharacterEscapeHandler Performs character escaping and write the result to the output.XmlSerializer Low-level typeless XML writer driven fromTypedXmlWriter. -
Class Summary Class Description DataWriter Write data- or field-oriented XML.DomSerializer DumbEscapeHandler Escape everything above the US-ASCII code range.DumpSerializer Shows the call sequence ofXmlSerializermethods.IndentingXMLFilter XMLFilterImplthat does indentation to SAX events.IndentingXMLStreamWriter ResultFactory Factory for producing XmlSerializers for various Result types.SaxSerializer StaxSerializer XML serializer for StAX XMLStreamWriter.StreamSerializer TXWResult TXWSerializer Dummpy implementation to pass throughTypedXmlWritertoTXWXMLWriter Filter to write an XML document from a SAX event stream.