Registry / serialization / xpp3-min

xpp3-min

JSON →
library1.1.3.4.Ojavamavenunverified

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+.

<dependency> <groupId>xpp3</groupId> <artifactId>xpp3_min</artifactId> <version>1.1.3.4.O</version> </dependency>
INSTALL
IMPORT
SIG · XPP3-MIN
X
xpp3-min
serializationjavav1.1.3.4.O
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XmlPullParser
org.xmlpull.v1.XmlPullParser

Create an XmlPullParser instance

import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserFactory; public class QuickStart { public static void main(String[] args) throws Exception { XmlPullParserFactory factory = XmlPullParserFactory.newInstance(); XmlPullParser parser = factory.newPullParser(); System.out.println("Parser created: " + parser); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.3.4.Olatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
1
Resources
xpp3-min — mvn dependency:get xpp3-min · libregistry