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 xml-structure-view-impl-142.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.intellij.ide.structureView.impl.xml
├─ com.intellij.ide.structureView.impl.xml.AbstractXmlTagTreeElement.class - [JAR]
├─ com.intellij.ide.structureView.impl.xml.DtdFileTreeElement.class - [JAR]
├─ com.intellij.ide.structureView.impl.xml.XmlFileTreeElement.class - [JAR]
├─ com.intellij.ide.structureView.impl.xml.XmlStructureViewTreeModel.class - [JAR]
├─ com.intellij.ide.structureView.impl.xml.XmlTagTreeElement.class - [JAR]
com.intellij.lang.dtd
├─ com.intellij.lang.dtd.DtdStructureViewBuilderFactory.class - [JAR]
com.intellij.lang.html.structureView
├─ com.intellij.lang.html.structureView.Html5SectionTreeElement.class - [JAR]
├─ com.intellij.lang.html.structureView.Html5SectionsNodeProvider.class - [JAR]
├─ com.intellij.lang.html.structureView.Html5SectionsProcessor.class - [JAR]
├─ com.intellij.lang.html.structureView.HtmlFileTreeElement.class - [JAR]
├─ com.intellij.lang.html.structureView.HtmlStructureViewBuilderProvider.class - [JAR]
├─ com.intellij.lang.html.structureView.HtmlStructureViewTreeModel.class - [JAR]
├─ com.intellij.lang.html.structureView.HtmlTagTreeElement.class - [JAR]
com.intellij.lang.xml
├─ com.intellij.lang.xml.XmlStructureViewBuilderFactory.class - [JAR]