Class IDCompatibilityChecker


  • class IDCompatibilityChecker
    extends CompatibilityChecker
    checks the compatibility of RELAX NG grammar with the ID/IDREF feature.
    • Field Detail

      • CERR_MALPLACED_ID_TYPE

        private static final java.lang.String CERR_MALPLACED_ID_TYPE
        See Also:
        Constant Field Values
      • CERR_ID_TYPE_WITH_NON_SIMPLE_ATTNAME

        private static final java.lang.String CERR_ID_TYPE_WITH_NON_SIMPLE_ATTNAME
        See Also:
        Constant Field Values
      • CERR_ID_TYPE_WITH_NON_SIMPLE_ELEMENTNAME

        private static final java.lang.String CERR_ID_TYPE_WITH_NON_SIMPLE_ELEMENTNAME
        See Also:
        Constant Field Values
    • Constructor Detail

    • Method Detail

      • test

        public void test()
      • getSemanticsStr

        private static java.lang.String getSemanticsStr​(int type)
      • _assert

        private static final void _assert​(boolean b)