abstract class CompatibilityChecker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected RELAXNGGrammar |
grammar |
protected RELAXNGCompReader |
reader |
Modifier | Constructor and Description |
---|---|
protected |
CompatibilityChecker(RELAXNGCompReader _reader) |
Modifier and Type | Method and Description |
---|---|
protected void |
reportCompError(org.xml.sax.Locator[] locs,
java.lang.String propertyName)
reports the compatibility related error.
|
protected void |
reportCompError(org.xml.sax.Locator[] locs,
java.lang.String propertyName,
java.lang.Object[] args) |
protected abstract void |
setCompatibility(boolean val) |
protected final RELAXNGCompReader reader
protected final RELAXNGGrammar grammar
protected CompatibilityChecker(RELAXNGCompReader _reader)
protected abstract void setCompatibility(boolean val)
protected void reportCompError(org.xml.sax.Locator[] locs, java.lang.String propertyName)
Since the processor is required to validate a schema even if it's not compatible with some of the features, we cannot report those errors as real "errors".
protected void reportCompError(org.xml.sax.Locator[] locs, java.lang.String propertyName, java.lang.Object[] args)