Registry / serialization / xercesimpl

xercesimpl

JSON →
library2.12.2javamavenunverified

Xerces2 provides high performance, fully compliant XML parsers with support for XML Schema, DOM, and XInclude.

<dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.12.2</version> </dependency>
INSTALL
IMPORT
SIG · XERCESIMPL
X
xercesimpl
serializationjavav2.12.2
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.

DOMParser
✓ org.apache.xerces.parsers.DOMParser

Parses an XML file using Xerces DOMParser.

import org.apache.xerces.parsers.DOMParser; import org.w3c.dom.Document; public class XercesExample { public static void main(String[] args) throws Exception { DOMParser parser = new DOMParser(); parser.parse("example.xml"); Document doc = parser.getDocument(); System.out.println(doc.getDocumentElement().getNodeName()); } }
Debug
Known issues
gotchaXerces2 2.12.x may have compatibility issues with Java 9+ modules.
fix
Use the latest version or consider using the built-in Java XML parser.
affects: >=2.12.0
Upgrade
Version history
2.12.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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