Package | Description |
---|---|
com.sun.msv.reader |
reads XML representation of grammar and creates AGM.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
Modifier and Type | Field and Description |
---|---|
static AbortException |
AbortException.theInstance |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.InputSource |
GrammarReader.resolveLocation(State sourceState,
java.lang.String uri)
obtains InputSource for the specified url.
|
void |
GrammarReader.switchSource(State sourceState,
java.lang.String url,
State newState)
Switchs InputSource to the specified URL and
parses it by the specified state.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLSchemaReader.switchSource(State sourceState,
State newRootState) |