Uses of Class
com.sun.msv.reader.AbortException

Packages that use AbortException
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
static AbortException AbortException.theInstance
           
 

Methods in com.sun.msv.reader that throw AbortException
 InputSource GrammarReader.resolveLocation(State sourceState, String uri)
          obtains InputSource for the specified url.
 void GrammarReader.switchSource(State sourceState, 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
protected  void XMLSchemaReader.switchSource(State sourceState, State newRootState)
           
 



MSV