|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
error(IMessage aMessage)
Signals an error. |
void |
exception(java.lang.Exception anException,
org.xml.sax.InputSource anInputSource)
Signals that an exception occured. |
void |
fatalError(IMessage aMessage)
Signals a fatal error. |
boolean |
warning(IMessage aMessage)
Signals a warning. |
Method Detail |
public void fatalError(IMessage aMessage)
aMessage
- (required).public boolean error(IMessage aMessage)
aMessage
- (required).
true
is returned then the parsing is aborted
otherwise the parsing is continued.public boolean warning(IMessage aMessage)
aMessage
- (required).
true
is returned then the parsing is aborted
otherwise the parsing is continued.public void exception(java.lang.Exception anException, org.xml.sax.InputSource anInputSource)
anException
- (required).anInputSource
- (required). The source that is parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |