org.gjt.xpp
Interface XmlFormatter
- XmlRecorder
- Formatter
public interface XmlFormatter
This interface extends XmlRecorder to give some control
over formattingof XML output.
boolean | isEndTagNewLine() - Should new line be added after end tag?
|
void | setEndTagNewLine(boolean enable) - Should new line be added after end tag?
NOTE: setting it to true will affect output XML
parsing when there are elements with mixed content allowed!
|
isEndTagNewLine
public boolean isEndTagNewLine()
Should new line be added after end tag?
setEndTagNewLine
public void setEndTagNewLine(boolean enable)
Should new line be added after end tag?
NOTE: setting it to true will affect output XML
parsing when there are elements with mixed content allowed!
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.
Note this package is deprecated by XPP3 that implements XmlPull API