Uses of Class
com.sun.msv.reader.AbortException
-
Packages that use AbortException 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. -
-
Uses of AbortException in com.sun.msv.reader
Fields in com.sun.msv.reader declared as AbortException Modifier and Type Field Description static AbortException
AbortException. theInstance
Methods in com.sun.msv.reader that throw AbortException Modifier and Type Method 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. -
Uses of AbortException in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema that throw AbortException Modifier and Type Method Description protected void
XMLSchemaReader. switchSource(State sourceState, State newRootState)
-