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 TypeMethodDescriptionvoidvoidvoidvoidwriteEndTag(XmlEndTag etag) voidvoidwriteStartTag(XmlStartTag stag) voidvoidvoid
-
Method Details
-
getOutput
- Throws:
XmlPullParserException
-
setOutput
- Throws:
XmlPullParserException
-
write
- Throws:
IOExceptionXmlPullParserException
-
writeXml
- Throws:
IOExceptionXmlPullParserException
-
writeContent
- Throws:
IOExceptionXmlPullParserException
-
writeEndTag
- Throws:
IOExceptionXmlPullParserException
-
writeStartTag
- Throws:
IOExceptionXmlPullParserException
-
writeStartTagStart
- Throws:
IOExceptionXmlPullParserException
-
writeStartTagAsEndTag
- Throws:
IOExceptionXmlPullParserException
-
writeNode
- Throws:
IOExceptionXmlPullParserException
-