MXP1: Xml Pull Parser 3rd Edition (XPP3).
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+..
Here is the list of declaration for xpp3_xpath. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>xpp3</groupId> <artifactId>xpp3_xpath</artifactId> <version>1.1.4c</version> </dependency>
If you think this Maven repository POM file listing for xpp3_xpath is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Indiana University Extreme! Lab Software License, vesion 1.1.1
URL: http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt.
The following packages are defined in the xpp3_xpath-1.1.4c.jar
org.xmlpull.v1.builder.xpath org.xmlpull.v1.builder.xpath.impl org.xmlpull.v1.builder.xpath.jaxen org.xmlpull.v1.builder.xpath.jaxen.expr org.xmlpull.v1.builder.xpath.jaxen.expr.iter org.xmlpull.v1.builder.xpath.jaxen.function org.xmlpull.v1.builder.xpath.jaxen.function.ext org.xmlpull.v1.builder.xpath.jaxen.pattern org.xmlpull.v1.builder.xpath.jaxen.util org.xmlpull.v1.builder.xpath.saxpath org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath org.xmlpull.v1.builder.xpath.saxpath.conformance org.xmlpull.v1.builder.xpath.saxpath.helpers
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>xpp3</groupId> <artifactId>xpp3_xpath</artifactId> <version>1.1.4c</version> <packaging>jar</packaging> <name>MXP1: Xml Pull Parser 3rd Edition (XPP3)</name> <url>http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/</url> <description>MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.</description> <licenses> <license> <name>Indiana University Extreme! Lab Software License, vesion 1.1.1</name> <url>http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/</url> </scm> <organization> <name>Extreme! Lab, Indiana University</name> <url>http://www.extreme.indiana.edu/</url> </organization> <dependencies/> </project>