Class SchemaInstanceGenerator
java.lang.Object
org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator
public class SchemaInstanceGenerator extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SchemaInstanceGenerator.Xsd2InstOptions
-
Constructor Summary
Constructors Constructor Description SchemaInstanceGenerator()
-
Method Summary
Modifier and Type Method Description static void
main(String[] args)
static void
printUsage()
static String
xsd2inst(Reader[] schemaReaders, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options)
static String
xsd2inst(String[] xsds, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options)
static String
xsd2inst(XmlObject[] schemas, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options)
-
Constructor Details
-
SchemaInstanceGenerator
public SchemaInstanceGenerator()
-
-
Method Details
-
printUsage
public static void printUsage() -
main
-
xsd2inst
public static String xsd2inst(String[] xsds, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options) throws XmlException, IOException- Throws:
XmlException
IOException
-
xsd2inst
public static String xsd2inst(Reader[] schemaReaders, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options) -
xsd2inst
public static String xsd2inst(XmlObject[] schemas, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options)
-