|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.provider.xml.dom.ParseErrorHandler
class ParseErrorHandler
Parse error handler
Field Summary | |
---|---|
protected int |
theErrors
Error count |
protected int |
theFatalErrors
Fatal error count |
protected int |
theWarnings
Warning count |
Constructor Summary | |
---|---|
protected |
ParseErrorHandler()
Constructor |
Method Summary | |
---|---|
void |
error(org.xml.sax.SAXParseException e)
|
void |
fatalError(org.xml.sax.SAXParseException e)
|
void |
warning(org.xml.sax.SAXParseException e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int theWarnings
protected int theErrors
protected int theFatalErrors
Constructor Detail |
---|
protected ParseErrorHandler()
Method Detail |
---|
public void error(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXParseException
error
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXParseException
public void warning(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXParseException
warning
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXParseException
public void fatalError(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXParseException
fatalError
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |