public static class StscImporter.SchemaToProcess extends Object
| Constructor and Description | 
|---|
| SchemaToProcess(org.apache.xmlbeans.impl.xb.xsdschema.SchemaDocument.Schema schema,
               String chameleonNamespace) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getChameleonNamespace()The chameleon namespace. | 
| List<org.apache.xmlbeans.impl.xb.xsdschema.RedefineDocument.Redefine> | getRedefineObjects() | 
| List<StscImporter.SchemaToProcess> | getRedefines()This method and the remaining methods are used to represent a
 directed graph of includes/redefines. | 
| org.apache.xmlbeans.impl.xb.xsdschema.SchemaDocument.Schema | getSchema()The schema to parse. | 
| String | getSourceName()The base URI for this stp | 
| int | hashCode() | 
| boolean | indirectIncludes(StscImporter.SchemaToProcess schemaToProcess) | 
public SchemaToProcess(org.apache.xmlbeans.impl.xb.xsdschema.SchemaDocument.Schema schema,
                       String chameleonNamespace)
public org.apache.xmlbeans.impl.xb.xsdschema.SchemaDocument.Schema getSchema()
public String getSourceName()
public String getChameleonNamespace()
public List<StscImporter.SchemaToProcess> getRedefines()
public List<org.apache.xmlbeans.impl.xb.xsdschema.RedefineDocument.Redefine> getRedefineObjects()
public boolean indirectIncludes(StscImporter.SchemaToProcess schemaToProcess)