|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ValidateException in org.codehaus.spice.configkit |
Methods in org.codehaus.spice.configkit that throw ValidateException | |
void |
ConfigValidator.validate(InputStream inputStream,
org.xml.sax.ContentHandler contentHandler,
org.xml.sax.ErrorHandler errorHandler)
Validate input stream according to shcema. |
void |
ConfigValidator.validate(InputStream inputStream,
org.xml.sax.ErrorHandler errorHandler)
Validate input stream according to shcema. |
void |
ConfigValidator.validate(org.xml.sax.InputSource source,
org.xml.sax.ErrorHandler errorHandler)
Validate InputSource according to shcema. |
void |
ConfigValidator.validate(org.xml.sax.InputSource source,
org.xml.sax.ContentHandler contentHandler,
org.xml.sax.ErrorHandler errorHandler)
Validate InputSource according to shcema. |
void |
ConfigValidator.validate(org.w3c.dom.Node node,
org.xml.sax.ErrorHandler errorHandler)
Validate Node according to shcema. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |