org.gjt.xpp
public interface XmlFormatter extends XmlRecorder
See Also: XmlRecorder
Method Summary | |
---|---|
boolean | isEndTagNewLine()
Should new line be added after end tag? |
void | setEndTagNewLine(boolean enable)
Should new line be added after end tag?
|
See Also: XmlFormatter
NOTE: setting it to true will affect output XML parsing when there are elements with mixed content allowed!