Class AbstractVerifier

    • Field Detail

      • locator

        protected Locator locator
        Document Locator that is given by XML reader. Sometimes it doesn't set the locator, so start with a dummy instance.
      • dummyLocator

        protected static final Locator dummyLocator
      • performIDcheck

        protected boolean performIDcheck
        set this flag to true to perform ID/IDREF validation. this value cannot be modified in the middle of the validation.
      • ids

        protected final Map ids
        this map remembers every ID token encountered in this document
      • idrefs

        protected final Set idrefs
        this map remembers every IDREF token encountered in this document
      • namespaceSupport

        protected final NamespaceSupport namespaceSupport
        namespace prefix to namespace URI resolver. this object memorizes mapping information.
    • Constructor Detail

      • AbstractVerifier

        public AbstractVerifier()