org.ini4j.spi
Class XMLFormatter
Object
XMLFormatter
- All Implemented Interfaces:
- IniHandler, OptionHandler
public class XMLFormatter
- extends Object
- implements IniHandler
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLFormatter
public XMLFormatter()
newInstance
public static XMLFormatter newInstance(Writer out)
newInstance
public static XMLFormatter newInstance(OutputStream out)
endIni
public void endIni()
- Specified by:
endIni
in interface IniHandler
endSection
public void endSection()
- Specified by:
endSection
in interface IniHandler
handleOption
public void handleOption(String optionName,
String optionValue)
- Specified by:
handleOption
in interface OptionHandler
startIni
public void startIni()
- Specified by:
startIni
in interface IniHandler
startSection
public void startSection(String sectionName)
- Specified by:
startSection
in interface IniHandler
newInstance
protected static XMLFormatter newInstance()
getOutput
protected PrintWriter getOutput()
setOutput
protected void setOutput(PrintWriter value)