Class SchemaInstanceGenerator
java.lang.Object
org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic Stringxsd2inst(Reader[] schemaReaders, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options) static Stringxsd2inst(String[] xsds, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options) static Stringxsd2inst(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:
XmlExceptionIOException
-
xsd2inst
public static String xsd2inst(Reader[] schemaReaders, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options) -
xsd2inst
public static String xsd2inst(XmlObject[] schemas, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options)
-