Class CompatibilityChecker

    • Constructor Detail

      • CompatibilityChecker

        protected CompatibilityChecker​(RELAXNGCompReader _reader)
    • Method Detail

      • setCompatibility

        protected abstract void setCompatibility​(boolean val)
      • reportCompError

        protected void reportCompError​(org.xml.sax.Locator[] locs,
                                       java.lang.String propertyName)
        reports the compatibility related error.

        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".

      • reportCompError

        protected void reportCompError​(org.xml.sax.Locator[] locs,
                                       java.lang.String propertyName,
                                       java.lang.Object[] args)