Package org.gjt.xpp
Interface XmlRecorder
- All Known Subinterfaces:
XmlFormatter
public interface XmlRecorder
This class represents abstract functionality necessary to
to persist XML Pull Parser events.
- Author:
- Aleksander Slominski
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
writeEndTag
(XmlEndTag etag) void
void
writeStartTag
(XmlStartTag stag) void
void
void
-
Method Details
-
getOutput
- Throws:
XmlPullParserException
-
setOutput
- Throws:
XmlPullParserException
-
write
- Throws:
IOException
XmlPullParserException
-
writeXml
- Throws:
IOException
XmlPullParserException
-
writeContent
- Throws:
IOException
XmlPullParserException
-
writeEndTag
- Throws:
IOException
XmlPullParserException
-
writeStartTag
- Throws:
IOException
XmlPullParserException
-
writeStartTagStart
- Throws:
IOException
XmlPullParserException
-
writeStartTagAsEndTag
- Throws:
IOException
XmlPullParserException
-
writeNode
- Throws:
IOException
XmlPullParserException
-