Provides standard XML processing APIs including DOM, SAX, and StAX interfaces.
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse an XML file using DOM
Ensure consistent XML API versions across dependencies or use the java.xml module in Java 9+.
No dependency data recorded yet.