public class SchemaConstraintChecker extends Object
| Constructor | Description |
|---|---|
SchemaConstraintChecker() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
check(InputSource[] schemas,
ErrorReceiver errorHandler,
EntityResolver entityResolver,
boolean disableXmlSecurity) |
|
static void |
main(String[] args) |
public static boolean check(InputSource[] schemas, ErrorReceiver errorHandler, EntityResolver entityResolver, boolean disableXmlSecurity)
schemas - Schema files to be checked.errorHandler - detected errors will be reported to this handler.public static void main(String[] args) throws IOException
IOExceptionCopyright © 2018 Oracle Corporation. All rights reserved.