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 saxon-ext-core-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl.armatiek.saxon.extensions.core
├─ nl.armatiek.saxon.extensions.core.Definitions.class - [JAR]
├─ nl.armatiek.saxon.extensions.core.ExtensionFunctionCallBase.class - [JAR]
├─ nl.armatiek.saxon.extensions.core.ExtensionFunctionDefinitionBase.class - [JAR]
nl.armatiek.saxon.extensions.core.tool
├─ nl.armatiek.saxon.extensions.core.tool.AxisTool.class - [JAR]
├─ nl.armatiek.saxon.extensions.core.tool.DOMTool.class - [JAR]
├─ nl.armatiek.saxon.extensions.core.tool.NodeInfoTool.class - [JAR]
nl.armatiek.saxon.extensions.core.error
├─ nl.armatiek.saxon.extensions.core.error.SaxonExtensionException.class - [JAR]
nl.armatiek.saxon.extensions.sample
├─ nl.armatiek.saxon.extensions.sample.SampleRunnerBase.class - [JAR]