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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["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."]]],["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"]]