| java.lang.Object com.sun.tools.xjc.reader.xmlschema.parser.SchemaConstraintChecker
SchemaConstraintChecker | public class SchemaConstraintChecker (Code) | | Checks XML Schema XML representation constraints and
schema component constraints by using JAXP 1.3 validation framework.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) author: Ryan Shoemaker (ryan.shoemaker@sun.com) |
Method Summary | |
public static boolean | check(InputSource[] schemas, ErrorReceiver errorHandler, EntityResolver entityResolver) Parameters: schemas - Schema files to be checked. Parameters: errorHandler - detected errors will be reported to this handler. | public static void | main(String[] args) |
check | public static boolean check(InputSource[] schemas, ErrorReceiver errorHandler, EntityResolver entityResolver)(Code) | | Parameters: schemas - Schema files to be checked. Parameters: errorHandler - detected errors will be reported to this handler. true if there was no error, false if there were errors. |
|
|