XML Pull Parser is a streaming XML parser for Java, providing efficient parsing of XML documents.
<dependency>
<groupId>xmlpull</groupId>
<artifactId>xmlpull</artifactId>
<version>1.1.3.4a</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of XML Pull Parser
Create a new parser instance per thread or synchronize access.
No dependency data recorded yet.