com.sun.xml.bind.v2.runtime.output
public class XMLStreamWriterOutput extends XmlOutputAbstractImpl
TODO: Finding the optimized FI implementations is a bit hacky and not very extensible. Can we use the service provider mechanism in general for concrete implementations of XmlOutputAbstractImpl.
Field Summary | |
---|---|
protected char[] | buf |
Constructor Summary | |
---|---|
protected | XMLStreamWriterOutput(XMLStreamWriter out) |
Method Summary | |
---|---|
void | attribute(int prefix, String localName, String value) |
void | beginStartTag(int prefix, String localName) |
static XmlOutput | create(XMLStreamWriter out, JAXBContextImpl context)
Creates a new XmlOutput from a XMLStreamWriter.
|
void | endDocument(boolean fragment) |
void | endStartTag() |
void | endTag(int prefix, String localName) |
void | startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) |
void | text(String value, boolean needsSeparatingWhitespace) |
void | text(Pcdata value, boolean needsSeparatingWhitespace) |