public class AdornedXMLWriter.AdornedXMLOutputProcessor
extends org.jdom2.output.support.AbstractXMLOutputProcessor
| Modifier and Type | Field and Description |
|---|---|
protected org.jdom2.output.Format |
outputFormat
Output format for XML.
|
| Constructor and Description |
|---|
AdornedXMLWriter.AdornedXMLOutputProcessor(org.jdom2.output.Format format)
Create XML outputter.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
printElement(java.io.Writer out,
org.jdom2.output.support.FormatStack fstack,
org.jdom2.util.NamespaceStack nstack,
org.jdom2.Element element)
Print an XML element.
|
attributeEscapedEntitiesFilter, printAttribute, printCDATA, printComment, printContent, printDeclaration, printDocType, printDocument, printEntityRef, printNamespace, printProcessingInstruction, printText, process, process, process, process, process, process, process, process, process, textCDATA, textEntityRef, textRaw, textRaw, write, writepublic AdornedXMLWriter.AdornedXMLOutputProcessor(org.jdom2.output.Format format)
format - The output format.protected void printElement(java.io.Writer out,
org.jdom2.output.support.FormatStack fstack,
org.jdom2.util.NamespaceStack nstack,
org.jdom2.Element element)
throws java.io.IOException
printElement in class org.jdom2.output.support.AbstractXMLOutputProcessorout - The output writer.fstack - The format stack.nstack - The namespace stack.element - The XML element to print.java.io.IOException - when an I/O exception occurs.