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
Field Summary | |
protected String[] | |
protected String[] | |
protected Writer |
Constructor Summary | |
|
Method Summary | |
Writer | |
void |
|
void |
|
void |
|
void |
|
protected void |
|
void | |
void |
|
void | |
void | |
void |
protected String[] declaredNs
protected String[] declaredPrefixes
protected Writer out
public void write(Object o) throws IOException, XmlPullParserException
- Specified by:
- write in interface XmlRecorder
public void writeContent(String s) throws IOException, XmlPullParserException
- Specified by:
- writeContent in interface XmlRecorder
public void writeEndTag(XmlEndTag etag) throws IOException, XmlPullParserException
- Specified by:
- writeEndTag in interface XmlRecorder
protected void writeEscaped(String s, boolean escapeApostAttrib) throws IOException, XmlPullParserException
public void writeNode(XmlNode node) throws IOException, XmlPullParserException
- Specified by:
- writeNode in interface XmlRecorder
public void writeStartTag(XmlStartTag stag) throws IOException, XmlPullParserException
- Specified by:
- writeStartTag in interface XmlRecorder
public void writeStartTagAsEndTag(XmlStartTag stag) throws IOException, XmlPullParserException
- Specified by:
- writeStartTagAsEndTag in interface XmlRecorder
public void writeStartTagStart(XmlStartTag stag) throws IOException, XmlPullParserException
- Specified by:
- writeStartTagStart in interface XmlRecorder
public void writeXml(XmlWritable w) throws IOException, XmlPullParserException
- Specified by:
- writeXml in interface XmlRecorder