public class SchemaImpl
extends java.lang.Object
implements org.iso_relax.verifier.Schema
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.parsers.SAXParserFactory |
factory |
protected Grammar |
grammar |
| Modifier | Constructor and Description |
|---|---|
|
SchemaImpl(Grammar grammar) |
protected |
SchemaImpl(Grammar grammar,
javax.xml.parsers.SAXParserFactory factory,
boolean _usePanicMode) |
| Modifier and Type | Method and Description |
|---|---|
org.iso_relax.verifier.Verifier |
newVerifier() |
protected final Grammar grammar
protected final javax.xml.parsers.SAXParserFactory factory
MSV