public class SchemaConstraintChecker
extends java.lang.Object
Constructor and Description |
---|
SchemaConstraintChecker() |
Modifier and Type | Method and Description |
---|---|
static boolean |
check(org.xml.sax.InputSource[] schemas,
ErrorReceiver errorHandler,
org.xml.sax.EntityResolver entityResolver) |
static void |
main(java.lang.String[] args) |
public static boolean check(org.xml.sax.InputSource[] schemas, ErrorReceiver errorHandler, org.xml.sax.EntityResolver entityResolver)
schemas
- Schema files to be checked.errorHandler
- detected errors will be reported to this handler.public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException