public class AdornedXMLWriter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdornedXMLWriter.AdornedXMLOutputProcessor
XML Output Processor that handles "
|
| Constructor and Description |
|---|
AdornedXMLWriter(org.jdom2.Document document,
java.lang.String xmlOutputFileName)
Create adorned XML Writer.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
outputXML(org.jdom2.Document document,
java.lang.String xmlOutputFileName)
Output XML.
|
public AdornedXMLWriter(org.jdom2.Document document,
java.lang.String xmlOutputFileName)
throws org.xml.sax.SAXException,
java.io.IOException
document - The JDOM document to output.xmlOutputFileName - The XML output file name.java.io.IOException - when an I/O exception occurs.org.xml.sax.SAXExceptionprotected void outputXML(org.jdom2.Document document,
java.lang.String xmlOutputFileName)
throws java.io.IOException
document - The JDOM document to output.xmlOutputFileName - The XML output file name.java.io.IOException - when an I/O exception occurs.