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. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> <version>1.1.4c</version> </dependency>
If you think this Maven repository POM file listing for xpp3 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.txtName:Public Domain
URL: http://creativecommons.org/licenses/publicdomainName:Apache Software License, version 1.1
URL: http://www.apache.org/licenses/LICENSE-1.1.
The following table lists the most popular artifacts which are depending on xpp3-1.1.4c. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Android | android 2.3.3 A library jar that provides APIs for Applications written for the Google Android Platform. | 11 |
Android | android 4.0.1.2 A library jar that provides APIs for Applications written for the Google Android Platform. | 27 |
Web Framework | hudson-core 1.379 Contains the core Hudson code and view files to render HTML. | 5 |
Http | jbosh 0.8.0 XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) | 15 |
Android | android 2.2.1 A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.2_r1.1. | 5 |
Library | xerial-core 1.0.21 Core library of the Xerial project. | 15 |
Android | android 2.3.1 A library jar that provides APIs for Applications written for the Google Android Platform. | 10 |
Android | android 4.1.1.4 A library jar that provides APIs for Applications written for the Google Android Platform. | 37 |
Android | android 1.5_r4 A library jar that provides APIs for Applications written for the Google Android Platform. | 12 |
Development | smack-core 4.1.0-alpha6 Smack core components. | 5 |
Android | android 1.5_r3 A library jar that provides APIs for Applications written for the Google Android Platform. | 30 |
Web Framework | hudson-core 2.1.0 Contains the core Hudson code and view files to render HTML. | 6 |
Android | android 2.1_r1 A library jar that provides APIs for Applications written for the Google Android Platform. | 12 |
The following packages are defined in the xpp3-1.1.4c.jar
javax.xml.namespace org.xmlpull.mxp1 org.xmlpull.mxp1_serializer org.xmlpull.v1 org.xmlpull.v1.builder org.xmlpull.v1.builder.adapter org.xmlpull.v1.builder.impl org.xmlpull.v1.dom2_builder org.xmlpull.v1.parser_pool org.xmlpull.v1.sax2 org.xmlpull.v1.util org.xmlpull.v1.wrapper org.xmlpull.v1.wrapper.classic
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>xpp3</groupId> <artifactId>xpp3</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> <comments>The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1 )</comments> </license> <license> <name>Public Domain</name> <url>http://creativecommons.org/licenses/publicdomain</url> <distribution>repo</distribution> <comments>The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package)</comments> </license> <license> <name>Apache Software License, version 1.1</name> <url>http://www.apache.org/licenses/LICENSE-1.1</url> <distribution>repo</distribution> <comments>The license applies to the class javax.xml.namespace.QName</comments> </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>