public class SchemaConstraintChecker
extends java.lang.Object
| Constructor | Description |
|---|---|
SchemaConstraintChecker() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
check(org.xml.sax.InputSource[] schemas,
ErrorReceiver errorHandler,
org.xml.sax.EntityResolver entityResolver,
boolean disableXmlSecurity) |
|
static void |
main(java.lang.String[] args) |
public static boolean check(org.xml.sax.InputSource[] schemas,
ErrorReceiver errorHandler,
org.xml.sax.EntityResolver entityResolver,
boolean disableXmlSecurity)
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.IOExceptionCopyright © 2017 Oracle Corporation. All rights reserved.