Class SchemaInstanceGenerator
java.lang.Object
org.apache.xmlbeans.impl.xsd2inst.SchemaInstanceGenerator
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
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)
-