Save This Page
Home » xmlbeans-2.4.0-src » org.apache.xmlbeans.impl.schema » [javadoc | source]
org.apache.xmlbeans.impl.schema
public class: SchemaTypeSystemCompiler [javadoc | source]
java.lang.Object
   org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler
Nested Class Summary:
public static class  SchemaTypeSystemCompiler.Parameters   
Method from org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler Summary:
compile,   compile,   compileImpl,   generateTypes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler Detail:
 public static SchemaTypeSystem compile(SchemaTypeSystemCompiler.Parameters params) 
    Compiles a SchemaTypeSystem. Use XmlBeans.compileXmlBeans() if you can.
 public static SchemaTypeSystemImpl compile(String name,
    SchemaTypeSystem existingSTS,
    XmlObject[] input,
    BindingConfig config,
    SchemaTypeLoader linkTo,
    Filer filer,
    XmlOptions options) throws XmlException 
 static SchemaTypeSystemImpl compileImpl(SchemaTypeSystem system,
    String name,
    Schema[] schemas,
    BindingConfig config,
    SchemaTypeLoader linkTo,
    XmlOptions options,
    Collection outsideErrors,
    boolean javaize,
    URI baseURI,
    Map sourcesToCopyMap,
    File schemasDir) 
 public static boolean generateTypes(SchemaTypeSystem system,
    Filer filer,
    XmlOptions options)