|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thalesgroup.dtkit.util.validator.ValidatorHandler
public class ValidatorHandler
| Constructor Summary | |
|---|---|
ValidatorHandler()
|
|
| Method Summary | |
|---|---|
void |
error(org.xml.sax.SAXParseException ex)
Report a non-fatal error |
void |
fatalError(org.xml.sax.SAXParseException ex)
Report a fatal error |
java.util.List<ValidatorError> |
getErrors()
|
void |
warning(org.xml.sax.SAXParseException ex)
Report a warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidatorHandler()
| Method Detail |
|---|
public void error(org.xml.sax.SAXParseException ex)
error in interface org.xml.sax.ErrorHandlerex - the error conditionpublic void fatalError(org.xml.sax.SAXParseException ex)
fatalError in interface org.xml.sax.ErrorHandlerex - the error conditionpublic void warning(org.xml.sax.SAXParseException ex)
warning in interface org.xml.sax.ErrorHandlerex - the warning conditionpublic java.util.List<ValidatorError> getErrors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||