Package com.mycila.xmltool
Interface ValidationResult
-
- All Known Implementing Classes:
XMLErrorHandler
public interface ValidationResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getErrorMessages()
java.lang.Throwable[]
getErrors()
java.lang.String[]
getWarningMessages()
java.lang.Throwable[]
getWarnings()
boolean
hasError()
boolean
hasWarning()
-