com.sun.xml.bind.v2.runtime.output
public class XMLEventWriterOutput extends XmlOutputAbstractImpl
Constructor Summary | |
---|---|
XMLEventWriterOutput(XMLEventWriter out) |
Method Summary | |
---|---|
void | attribute(int prefix, String localName, String value) |
void | beginStartTag(int prefix, String localName) |
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) |