jar

com.github.igor-suhorukov : dom-transformation

Maven & Gradle

Jun 28, 2020
1 usages
0 stars

Transform DOM model in JSON like structure

Table Of Contents

Latest Version

Download com.github.igor-suhorukov : dom-transformation JAR file - Latest Versions:

All Versions

Download com.github.igor-suhorukov : dom-transformation JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
1.2
1.1
1.0

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 dom-transformation-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.igorsuhorukov.dom.transform.document

├─ com.github.igorsuhorukov.dom.transform.document.DefaultDocumentCreator.class - [JAR]

├─ com.github.igorsuhorukov.dom.transform.document.DocumentCreator.class - [JAR]

org.apache.jackrabbit.util

├─ org.apache.jackrabbit.util.ISO9075.class - [JAR]

├─ org.apache.jackrabbit.util.Text.class - [JAR]

├─ org.apache.jackrabbit.util.XMLChar.class - [JAR]

com.github.igorsuhorukov.dom.transform

├─ com.github.igorsuhorukov.dom.transform.DomTransformer.class - [JAR]

com.github.igorsuhorukov.dom.transform.converter

├─ com.github.igorsuhorukov.dom.transform.converter.AttributeDomToObject.class - [JAR]

├─ com.github.igorsuhorukov.dom.transform.converter.AttributeObjectToDom.class - [JAR]

├─ com.github.igorsuhorukov.dom.transform.converter.AttributeResolver.class - [JAR]

├─ com.github.igorsuhorukov.dom.transform.converter.NopTypeConverter.class - [JAR]

├─ com.github.igorsuhorukov.dom.transform.converter.TypeAutoDetect.class - [JAR]

├─ com.github.igorsuhorukov.dom.transform.converter.TypeConverter.class - [JAR]

Advertisement