com.sun.msv.reader
public class Controller extends Object implements GrammarReaderController, ErrorHandler
| Constructor Summary | |
|---|---|
| Controller(GrammarReaderController _core) | |
| Method Summary | |
|---|---|
| void | error(Locator[] locs, String errorMessage, Exception nestedException) |
| void | error(String errorMessage, Exception nestedException) |
| void | error(SAXParseException spe) |
| void | error(IOException e, Locator source) |
| void | error(SAXException e, Locator source) |
| void | error(ParserConfigurationException e, Locator source) |
| void | fatalError(SAXParseException spe) |
| GrammarReaderController | getCore() |
| boolean | hadError() Returns true if an error had been reported. |
| InputSource | resolveEntity(String p, String s) |
| void | setErrorFlag() Force set the error flag to true. |
| void | warning(Locator[] locs, String errorMessage) |
| void | warning(SAXParseException spe) |