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
All Methods Static Methods Concrete Methods 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)
-
-
-
Method Detail
-
printUsage
public static void printUsage()
-
main
public static void main(String[] args)
-
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)
-
-