Registry / serialization / org-apache-servicemix-bundles-xpp3

org-apache-servicemix-bundles-xpp3

JSON →
library1.1.4c_7javamavenunverified

OSGi bundle wrapping the xpp3 XML pull parser library.

<dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xpp3</artifactId> <version>1.1.4c_7</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-SERVICE
O
org-apache-servicemix-bundles-xpp3
serializationjavav1.1.4c_7
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 and use an XmlPullParser instance.

import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserFactory; public class Example { 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
gotchaVersion 1.1.4c is outdated; consider using newer XML parsing libraries.
fix
Upgrade to a more modern XML parser like Woodstox or Xerces.
affects: <=1.1.4c_7
Upgrade
Version history
1.1.4c_7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-apache-servicemix-bundles-xpp3 — mvn dependency:get org-apache-servicemix-bundles-xpp3 · libregistry