org.apache.xml.resolver.apps
public class XParseError extends Object implements ErrorHandler
| Constructor Summary | |
|---|---|
| XParseError(boolean errors, boolean warnings) Constructor | |
| Method Summary | |
|---|---|
| void | error(SAXParseException exception) SAX2 API |
| void | fatalError(SAXParseException exception) SAX2 API |
| int | getErrorCount() Return the error count |
| int | getFatalCount() Return the fatal error count |
| int | getMaxMessages() Return the number of messages to display |
| int | getWarningCount() Return the warning count |
| void | setMaxMessages(int max) Set the number of messages to display |
| void | warning(SAXParseException exception) SAX2 API |