Version of Apache Xerces Used in Java SE 8

Q

Which version of Apache Xerces is included in Java SE 8?

✍: FYIcenter

A

Java SE includes Apache Xerces implementations to support DOM, SAX and other XML related APIs.

If you want to know which version of Apache Xerces is included in Java SE 8, you can try the following command:

>\fyicenter\jdk-1.8.0\bin\java 
   com.sun.org.apache.xerces.internal.impl.Version
   
Xerces-J 2.7.1

The output tells you that Java SE 8 has Apache Xerces-J 2.7.1 included.

 

Override Apache Xerces Included in Java SE 8

DomClassInfo.java - DOM Implementation Class

Using XML DOM API with Apache Xerces

⇑⇑ FAQ for Apache Xerces XML Parser

2017-09-08, 7224🔥, 0💬