com.sun.xml.bind.v2.runtime.output
public final class IndentingUTF8XmlOutput extends UTF8XmlOutput
Constructor Summary | |
---|---|
IndentingUTF8XmlOutput(OutputStream out, String indentStr, Encoded[] localNames, CharacterEscapeHandler escapeHandler) |
Method Summary | |
---|---|
void | beginStartTag(int prefix, String localName) |
void | beginStartTag(Name name) |
void | endDocument(boolean fragment) |
void | endTag(Name name) |
void | endTag(int prefix, String localName) |
void | text(String value, boolean needSP) |
void | text(Pcdata value, boolean needSP) |
Parameters: indentStr set to null for no indentation and optimal performance. otherwise the string is used for indentation.