public class SchemaInstanceGenerator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SchemaInstanceGenerator.Xsd2InstOptions |
Constructor and Description |
---|
SchemaInstanceGenerator() |
Modifier and Type | Method and 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) |
public static void printUsage()
public static void main(String[] args)
public static String xsd2inst(String[] xsds, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options) throws XmlException, IOException
XmlException
IOException
public static String xsd2inst(Reader[] schemaReaders, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options)
public static String xsd2inst(XmlObject[] schemas, String rootName, SchemaInstanceGenerator.Xsd2InstOptions options)