Registry / serialization / xmlparserv2

xmlparserv2

JSON →
library23.26.2.0.0javamavenunverified

Oracle Database XML Parser library for parsing and processing XML documents.

<dependency> <groupId>com.oracle.database.xml</groupId> <artifactId>xmlparserv2</artifactId> <version>23.26.2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · XMLPARSERV2
X
xmlparserv2
serializationjavav23.26.2.0.0
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.

XMLParser
oracle.xml.parser.v2.XMLParser

Parse an XML file

import oracle.xml.parser.v2.XMLParser; public class Example { public void parse() throws Exception { XMLParser parser = new XMLParser(); parser.parse(new java.io.File("doc.xml")); } }
Debug
Known issues
gotchaOracle XML Parser may conflict with other XML parsers in classpath.
fix
Ensure this parser is loaded first or use a custom classloader.
affects: *
Upgrade
Version history
23.26.2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
xmlparserv2 — mvn dependency:get xmlparserv2 · libregistry