TXW2 Runtime 20110809-redhat-2

Package com.sun.xml.txw2.output

Defines XmlSerializer and its built-in implementations.

See:
          Description

Interface Summary
CharacterEscapeHandler Performs character escaping and write the result to the output.
XmlSerializer Low-level typeless XML writer driven from TypedXmlWriter.
 

Class Summary
DataWriter Write data- or field-oriented XML.
DomSerializer XmlSerializer for DOMResult and Node.
DumbEscapeHandler Escape everything above the US-ASCII code range.
DumpSerializer Shows the call sequence of XmlSerializer methods.
IndentingXMLFilter XMLFilterImpl that does indentation to SAX events.
IndentingXMLStreamWriter  
ResultFactory Factory for producing XmlSerializers for various Result types.
SaxSerializer XmlSerializer for SAXResult and ContentHandler.
StaxSerializer XML serializer for StAX XMLStreamWriter.
StreamSerializer XmlSerializer for StreamResult.
TXWResult Allow you to wrap TypedXmlWriter into a Result so that it can be passed to ResultFactory.
TXWSerializer Dummpy implementation to pass through TypedXmlWriter to TXW
XMLWriter Filter to write an XML document from a SAX event stream.
 

Package com.sun.xml.txw2.output Description

Defines XmlSerializer and its built-in implementations.


TXW2 Runtime 20110809-redhat-2

Copyright © 2012 Oracle. All Rights Reserved.