Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.gjt.xpp.impl.format.Recorder
org.gjt.xpp.impl.format.Formatter
Field Summary |
Fields inherited from class org.gjt.xpp.impl.format.Recorder | |
declaredNs , declaredPrefixes , out |
Constructor Summary | |
Method Summary | |
boolean |
|
void |
|
void |
|
void |
Methods inherited from class org.gjt.xpp.impl.format.Recorder | |
getOutput , setOutput , write , writeContent , writeEndTag , writeEscaped , writeNode , writeStartTag , writeStartTagAsEndTag , writeStartTagStart , writeXml |
public boolean isEndTagNewLine()
Should new line be added after end tag?
- Specified by:
- isEndTagNewLine in interface XmlFormatter
public void setEndTagNewLine(boolean enable)
Should new line be added after end tag?
- Specified by:
- setEndTagNewLine in interface XmlFormatter
public void writeEndTag(XmlEndTag etag) throws IOException, XmlPullParserException
- Specified by:
- writeEndTag in interface XmlRecorder
- Overrides:
- writeEndTag in interface Recorder
public void writeStartTagAsEndTag(XmlStartTag stag) throws IOException, XmlPullParserException
- Specified by:
- writeStartTagAsEndTag in interface XmlRecorder
- Overrides:
- writeStartTagAsEndTag in interface Recorder