clone() | XMLOutputter | [inline] |
createNamespaceStack() | XMLOutputter | [inline, protected] |
currentFormat (defined in XMLOutputter) | XMLOutputter | [private] |
CVS_ID (defined in XMLOutputter) | XMLOutputter | [private, static] |
defaultFormat (defined in XMLOutputter) | XMLOutputter | [private] |
encoding (defined in XMLOutputter) | XMLOutputter | [private] |
endsWithWhite(String str) (defined in XMLOutputter) | XMLOutputter | [inline, private] |
escapeAttributeEntities(String str) | XMLOutputter | [inline] |
escapeElementEntities(String str) | XMLOutputter | [inline] |
indent(Writer out) throws IOException | XMLOutputter | [inline, protected] |
indent(Writer out, int level) throws IOException | XMLOutputter | [inline, protected] |
isAllWhitespace(Object obj) (defined in XMLOutputter) | XMLOutputter | [inline, private] |
isWhitespace(char ch) (defined in XMLOutputter) | XMLOutputter | [inline, private] |
makeWriter(OutputStream out) throws java.io.UnsupportedEncodingException | XMLOutputter | [inline, protected] |
makeWriter(OutputStream out, String enc) throws java.io.UnsupportedEncodingException | XMLOutputter | [inline, protected] |
newline(Writer out) throws IOException | XMLOutputter | [inline, protected] |
nextNonText(List content, int start) (defined in XMLOutputter) | XMLOutputter | [inline, private] |
noFormatting (defined in XMLOutputter) | XMLOutputter | [private] |
omitDeclaration (defined in XMLOutputter) | XMLOutputter | [private] |
omitEncoding (defined in XMLOutputter) | XMLOutputter | [private] |
output(Document doc, OutputStream out) throws IOException | XMLOutputter | [inline] |
output(DocType doctype, OutputStream out) throws IOException | XMLOutputter | [inline] |
output(Element element, OutputStream out) throws IOException | XMLOutputter | [inline] |
output(List list, OutputStream out) throws IOException | XMLOutputter | [inline] |
output(CDATA cdata, OutputStream out) throws IOException | XMLOutputter | [inline] |
output(Text text, OutputStream out) throws IOException | XMLOutputter | [inline] |
output(String string, OutputStream out) throws IOException | XMLOutputter | [inline] |
output(Comment comment, OutputStream out) throws IOException | XMLOutputter | [inline] |
output(ProcessingInstruction pi, OutputStream out) throws IOException | XMLOutputter | [inline] |
output(EntityRef entity, OutputStream out) throws IOException | XMLOutputter | [inline] |
output(Document doc, Writer out) throws IOException | XMLOutputter | [inline] |
output(DocType doctype, Writer out) throws IOException | XMLOutputter | [inline] |
output(Element element, Writer out) throws IOException | XMLOutputter | [inline] |
output(List list, Writer out) throws IOException | XMLOutputter | [inline] |
output(CDATA cdata, Writer out) throws IOException | XMLOutputter | [inline] |
output(Text text, Writer out) throws IOException | XMLOutputter | [inline] |
output(String string, Writer out) throws IOException | XMLOutputter | [inline] |
output(Comment comment, Writer out) throws IOException | XMLOutputter | [inline] |
output(ProcessingInstruction pi, Writer out) throws IOException | XMLOutputter | [inline] |
output(EntityRef entity, Writer out) throws IOException | XMLOutputter | [inline] |
outputElementContent(Element element, OutputStream out) throws IOException | XMLOutputter | [inline] |
outputElementContent(Element element, Writer out) throws IOException | XMLOutputter | [inline] |
outputString(Document doc) | XMLOutputter | [inline] |
outputString(DocType doctype) | XMLOutputter | [inline] |
outputString(Element element) | XMLOutputter | [inline] |
outputString(List list) | XMLOutputter | [inline] |
outputString(CDATA cdata) | XMLOutputter | [inline] |
outputString(Text text) | XMLOutputter | [inline] |
outputString(String str) | XMLOutputter | [inline] |
outputString(Comment comment) | XMLOutputter | [inline] |
outputString(ProcessingInstruction pi) | XMLOutputter | [inline] |
outputString(EntityRef entity) | XMLOutputter | [inline] |
parseArgs(String[] args, int i) | XMLOutputter | [inline] |
printAdditionalNamespaces(Element element, Writer out, NamespaceStack namespaces) throws IOException (defined in XMLOutputter) | XMLOutputter | [inline, private] |
printAttributes(List attributes, Element parent, Writer out, NamespaceStack namespaces) throws IOException | XMLOutputter | [inline, protected] |
printCDATA(CDATA cdata, Writer out) throws IOException | XMLOutputter | [inline, protected] |
printComment(Comment comment, Writer out) throws IOException | XMLOutputter | [inline, protected] |
printContent(List content, Writer out, int level, NamespaceStack namespaces) throws IOException | XMLOutputter | [inline, protected] |
printContentRange(List content, int start, int end, Writer out, int level, NamespaceStack namespaces) throws IOException | XMLOutputter | [inline, protected] |
printDeclaration(Document doc, Writer out, String encoding) throws IOException | XMLOutputter | [inline, protected] |
printDocType(DocType docType, Writer out) throws IOException | XMLOutputter | [inline, protected] |
printElement(Element element, Writer out, int level, NamespaceStack namespaces) throws IOException | XMLOutputter | [inline, protected] |
printElementContent(Element element, Writer out, int level, NamespaceStack namespaces) throws IOException | XMLOutputter | [inline, protected] |
printElementNamespace(Element element, Writer out, NamespaceStack namespaces) throws IOException (defined in XMLOutputter) | XMLOutputter | [inline, private] |
printEntityRef(EntityRef entity, Writer out) throws IOException | XMLOutputter | [inline, protected] |
printNamespace(Namespace ns, Writer out, NamespaceStack namespaces) throws IOException (defined in XMLOutputter) | XMLOutputter | [inline, private] |
printProcessingInstruction(ProcessingInstruction pi, Writer out) throws IOException | XMLOutputter | [inline, protected] |
printString(String str, Writer out) throws IOException | XMLOutputter | [inline, protected] |
printText(Text text, Writer out) throws IOException | XMLOutputter | [inline, protected] |
printTextRange(List content, int start, int end, Writer out) throws IOException | XMLOutputter | [inline, protected] |
setEncoding(String encoding) | XMLOutputter | [inline] |
setExpandEmptyElements(boolean expandEmptyElements) | XMLOutputter | [inline] |
setIndent(String indent) | XMLOutputter | [inline] |
setIndent(boolean doIndent) | XMLOutputter | [inline] |
setIndent(int size) | XMLOutputter | [inline] |
setIndentLevel(int level) | XMLOutputter | [inline] |
setIndentSize(int indentSize) | XMLOutputter | [inline] |
setLineSeparator(String separator) | XMLOutputter | [inline] |
setNewlines(boolean newlines) | XMLOutputter | [inline] |
setOmitDeclaration(boolean omitDeclaration) | XMLOutputter | [inline] |
setOmitEncoding(boolean omitEncoding) | XMLOutputter | [inline] |
setPadText(boolean padText) | XMLOutputter | [inline] |
setSuppressDeclaration(boolean suppressDeclaration) | XMLOutputter | [inline] |
setTextNormalize(boolean textNormalize) | XMLOutputter | [inline] |
setTextTrim(boolean textTrim) | XMLOutputter | [inline] |
setTrimAllWhite(boolean trimAllWhite) | XMLOutputter | [inline] |
skipLeadingWhite(List content, int start) (defined in XMLOutputter) | XMLOutputter | [inline, private] |
skipTrialingWhite(List content, int start) (defined in XMLOutputter) | XMLOutputter | [inline, private] |
startsWithWhite(String str) (defined in XMLOutputter) | XMLOutputter | [inline, private] |
toString() | XMLOutputter | [inline] |
XMLOutputter() | XMLOutputter | [inline] |
XMLOutputter(String indent) | XMLOutputter | [inline] |
XMLOutputter(String indent, boolean newlines) | XMLOutputter | [inline] |
XMLOutputter(String indent, boolean newlines, String encoding) | XMLOutputter | [inline] |
XMLOutputter(XMLOutputter that) | XMLOutputter | [inline] |