View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.apache.karaf.specs.java.xml-4.3.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
javax.xml.validation
├─ javax.xml.validation.SchemaFactory.class - [JAR]
org.w3c.dom
├─ org.w3c.dom.ElementTraversal.class - [JAR]
javax.xml.stream
├─ javax.xml.stream.XMLEventFactory.class - [JAR]
├─ javax.xml.stream.XMLInputFactory.class - [JAR]
├─ javax.xml.stream.XMLOutputFactory.class - [JAR]
javax.xml.datatype
├─ javax.xml.datatype.DatatypeFactory.class - [JAR]
javax.xml.parsers
├─ javax.xml.parsers.DocumentBuilderFactory.class - [JAR]
├─ javax.xml.parsers.SAXParserFactory.class - [JAR]
javax.xml.transform
├─ javax.xml.transform.TransformerFactory.class - [JAR]
javax.xml.xpath
├─ javax.xml.xpath.XPathFactory.class - [JAR]