Package org.apache.xmlbeans.impl.tool
Class SchemaCompiler
- java.lang.Object
-
- org.apache.xmlbeans.impl.tool.SchemaCompiler
-
public class SchemaCompiler extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SchemaCompiler.Parameters
-
Constructor Summary
Constructors Constructor Description SchemaCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
compile(SchemaCompiler.Parameters params)
static void
main(java.lang.String[] args)
static void
printUsage()
-
-
-
Method Detail
-
printUsage
public static void printUsage()
-
main
public static void main(java.lang.String[] args)
-
compile
public static boolean compile(SchemaCompiler.Parameters params)
-
-