org.xmlpull.v1
Stay organized with collections
Save and categorize content based on your preferences.
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["Last updated 2024-07-10 UTC."],[],["The provided content defines the core components of the XMLPULL V1 API. `XmlPullParser` and `XmlSerializer` are interfaces, where the former provides XML parsing functionality and the latter handles XML Infoset serialization. `XmlPullParserFactory` is a class used to create instances of the `XmlPullParser`. `XmlPullParserException` is an exception class that indicates errors during XML Pull parsing.\n"],null,[]]