Uses of Class
com.sun.msv.reader.AbortException
Packages that use AbortException
Package
Description
reads XML representation of grammar and creates AGM.
parses XML representation of XML Schema into AGM.
-
Uses of AbortException in com.sun.msv.reader
Fields in com.sun.msv.reader declared as AbortExceptionMethods in com.sun.msv.reader that throw AbortExceptionModifier and TypeMethodDescriptionfinal 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 AbortExceptionModifier and TypeMethodDescriptionprotected void
XMLSchemaReader.switchSource
(State sourceState, State newRootState)