Package | Description |
---|---|
com.sun.msv.grammar.xmlschema |
W3C XML Schema grammar model.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
Modifier and Type | Method and Description |
---|---|
SimpleTypeExp |
XMLSchemaSchema.SimpleTypeContainer.get(java.lang.String name) |
SimpleTypeExp |
XMLSchemaSchema.SimpleTypeContainer.getOrCreate(java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
private SimpleTypeExp |
RedefineState.oldSimpleTypeExp
When a simple type is being redefined, the original declaration
will be stored here.
|
Modifier and Type | Method and Description |
---|---|
SimpleTypeExp |
XMLSchemaReader.resolveBuiltinSimpleType(java.lang.String typeLocalName)
Gets a built-in datatype as SimpleTypeExp.
|