Registry / serialization / mxparser

mxparser

JSON →
library1.2.3javamavenunverified

MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork.

<dependency> <groupId>io.github.x-stream</groupId> <artifactId>mxparser</artifactId> <version>1.2.3</version> </dependency>
INSTALL
IMPORT
SIG · MXPARSER
M
mxparser
serializationjavav1.2.3
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.

MXParser
org.xmlpull.mxp1.MXParser

Create an MXParser instance and parse a simple XML string.

import org.xmlpull.mxp1.MXParser; MXParser parser = new MXParser(); parser.setInput(new java.io.StringReader("<root/>")); int eventType = parser.next(); System.out.println(eventType);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
mxparser — mvn dependency:get mxparser · libregistry