|
[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 IniHandlerpublic void endSection()
endSection in interface IniHandler
public void handleOption(String optionName,
String optionValue)
handleOption in interface OptionHandlerpublic void startIni()
startIni in interface IniHandlerpublic void startSection(String sectionName)
startSection in interface IniHandlerprotected 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 | ||||||||