All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xmlet.xsdparser.XsdParserMain Maven / Gradle / Ivy

package org.xmlet.xsdparser;

import org.xmlet.xsdparser.core.XsdParserJar;

public class XsdParserMain {

    public static void main(String[] args){
        new XsdParserJar("html_5.jar", "html_5_jar.xsd");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy