|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlFormatter
This interface extends XmlRecorder to give some control over formattingof XML output.
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? |
Methods inherited from interface org.gjt.xpp.XmlRecorder |
---|
getOutput, setOutput, write, writeContent, writeEndTag, writeNode, writeStartTag, writeStartTagAsEndTag, writeStartTagStart, writeXml |
Method Detail |
---|
boolean isEndTagNewLine()
setEndTagNewLine(boolean)
void setEndTagNewLine(boolean enable)
NOTE: setting it to true will affect output XML parsing when there are elements with mixed content allowed!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |