jar

com.buschmais.jqassistant.plugin : xml

Maven & Gradle

Aug 26, 2023
16 usages
2 stars

jQAssistant XML Plugin · Plugin for jQAssistant to be able to scan and to analyze XML related artifacts.

Table Of Contents

Latest Version

Download com.buschmais.jqassistant.plugin : xml JAR file - Latest Versions:

All Versions

Download com.buschmais.jqassistant.plugin : xml JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.5
1.4
1.3
1.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xml-2.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.buschmais.jqassistant.plugin.xml.api.model

├─ com.buschmais.jqassistant.plugin.xml.api.model.LineNumberDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.model.OfNamespaceDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.model.SiblingDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.model.XmlAttributeDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.model.XmlCDataDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.model.XmlDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.model.XmlDocumentDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.model.XmlElementDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.model.XmlFileDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.model.XmlNamespaceDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.model.XmlTextDescriptor.class - [JAR]

com.buschmais.jqassistant.plugin.xml.impl.scanner

├─ com.buschmais.jqassistant.plugin.xml.impl.scanner.XmlFileScannerPlugin.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.impl.scanner.XmlSourceScannerPlugin.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.impl.scanner.XsdFileScannerPlugin.class - [JAR]

com.buschmais.jqassistant.plugin.xml.api.scanner

├─ com.buschmais.jqassistant.plugin.xml.api.scanner.AbstractXmlFileScannerPlugin.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.scanner.FileResourceJAXBUnmarshaller.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.scanner.XMLFileFilter.class - [JAR]

├─ com.buschmais.jqassistant.plugin.xml.api.scanner.XmlScope.class - [JAR]

Advertisement