|
[ini4j] | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectXMLFormatter
public class XMLFormatter
Constructor Summary | |
---|---|
XMLFormatter()
|
Method Summary | |
---|---|
void |
endIni()
|
void |
endSection()
|
protected PrintWriter |
getOutput()
|
void |
handleOption(String optionName,
String optionValue)
|
protected static XMLFormatter |
newInstance()
|
static XMLFormatter |
newInstance(OutputStream out)
|
static XMLFormatter |
newInstance(Writer out)
|
protected void |
setOutput(PrintWriter value)
|
void |
startIni()
|
void |
startSection(String sectionName)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLFormatter()
Method Detail |
---|
public static XMLFormatter newInstance(Writer out)
public static XMLFormatter newInstance(OutputStream out)
public void endIni()
endIni
in interface IniHandler
public void endSection()
endSection
in interface IniHandler
public void handleOption(String optionName, String optionValue)
handleOption
in interface OptionHandler
public void startIni()
startIni
in interface IniHandler
public void startSection(String sectionName)
startSection
in interface IniHandler
protected static XMLFormatter newInstance()
protected PrintWriter getOutput()
protected void setOutput(PrintWriter value)
|
[ini4j] | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |