private static class Driver.XMLSchemaVerifier extends java.lang.Object implements Driver.DocumentVerifier
Modifier and Type | Field and Description |
---|---|
private XMLSchemaGrammar |
grammar |
Constructor and Description |
---|
XMLSchemaVerifier(XMLSchemaGrammar grammar) |
Modifier and Type | Method and Description |
---|---|
boolean |
verify(org.xml.sax.XMLReader p,
org.xml.sax.InputSource instance,
boolean panicMode) |
private final XMLSchemaGrammar grammar
XMLSchemaVerifier(XMLSchemaGrammar grammar)
public boolean verify(org.xml.sax.XMLReader p, org.xml.sax.InputSource instance, boolean panicMode) throws java.lang.Exception
verify
in interface Driver.DocumentVerifier
java.lang.Exception