Class XmlOutputAbstractImpl

java.lang.Object
com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
All Implemented Interfaces:
XmlOutput
Direct Known Subclasses:
ForkXmlOutput, MTOMXmlOutput, SAXOutput, UTF8XmlOutput, XMLEventWriterOutput, XMLStreamWriterOutput

public abstract class XmlOutputAbstractImpl extends Object implements XmlOutput
Abstract implementation of XmlOutput Implements the optimal methods, where defer to the non-optimal methods.
Author:
Kohsuke Kawaguchi