org.xmlpull.v1

  • The XmlPullParser interface defines parsing functionality as provided in the XMLPULL V1 API, allowing applications to work with XML documents.

  • The XmlSerializer interface is used for serializing XML data, enabling the creation of XML documents.

  • The XmlPullParserFactory class facilitates the creation of XML Pull Parser implementations.

  • The XmlPullParserException is thrown to signal any faults encountered during XML parsing.

Interfaces

XmlPullParser XML Pull Parser is an interface that defines parsing functionality provided in XMLPULL V1 API (visit this website to learn more about API and its implementations). 
XmlSerializer Define an interface to serialization of XML Infoset. 

Classes

XmlPullParserFactory This class is used to create implementations of XML Pull Parser defined in XMPULL V1 API. 

Exceptions

XmlPullParserException This exception is thrown to signal XML Pull Parser related faults.