Uses of Interface
org.xmlet.xsdparser.core.utils.ParserConfig
-
Packages that use ParserConfig Package Description org.xmlet.xsdparser.core org.xmlet.xsdparser.core.utils -
-
Uses of ParserConfig in org.xmlet.xsdparser.core
Methods in org.xmlet.xsdparser.core with parameters of type ParserConfig Modifier and Type Method Description (package private) static voidXsdParserCore. updateConfig(ParserConfig config)Constructors in org.xmlet.xsdparser.core with parameters of type ParserConfig Constructor Description XsdParser(java.lang.String filePath, ParserConfig config)The XsdParser constructor will parse the XSD file with thefilepathand will also parse all the subsequent XSD files with their path present in xsd:import and xsd:include tags.XsdParserJar(java.lang.String jarPath, java.lang.String filePath, ParserConfig config)Adds the jar file represented the jarPath to the classpath and proceeds by parsing the file present in the previous jar with the path filePath. -
Uses of ParserConfig in org.xmlet.xsdparser.core.utils
Classes in org.xmlet.xsdparser.core.utils that implement ParserConfig Modifier and Type Class Description classDefaultParserConfig
-