Registry / serialization / xerces

xerces

JSON →
library2.4.0javamavenunverified

A high-performance XML parser for Java, supporting DOM, SAX, and StAX parsing.

<dependency> <groupId>xerces</groupId> <artifactId>xerces</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · XERCES
X
xerces
serializationjavav2.4.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.

DOMParser
✓ org.apache.xerces.parsers.DOMParser

Parses an XML file using the Xerces DOM parser and retrieves the document.

import org.apache.xerces.parsers.DOMParser; import org.w3c.dom.Document; public class Main { public static void main(String[] args) throws Exception { DOMParser parser = new DOMParser(); parser.parse("file.xml"); Document doc = parser.getDocument(); } }
Debug
Known issues
breakingOlder version (2.4.0) may have security vulnerabilities; consider using a newer version or alternative parser.
fix
Upgrade to a newer version of Xerces or use a different XML parser like Xerces2.
affects: <=2.4.0
Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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