Interface ValidationContext

  • All Known Implementing Classes:
    ConfigurableValidationState, ValidationState

    public interface ValidationContext
    ValidationContext has all the information required for the validation of: id, idref, entity, notation, qname @xerces.internal
    Version:
    $Id: ValidationContext.java 713638 2008-11-13 04:42:18Z mrglavas $
    Author:
    Sandy Gao, IBM
    • Method Detail

      • needFacetChecking

        boolean needFacetChecking()
      • needExtraChecking

        boolean needExtraChecking()
      • needToNormalize

        boolean needToNormalize()
      • useNamespaces

        boolean useNamespaces()
      • isEntityDeclared

        boolean isEntityDeclared​(java.lang.String name)
      • isEntityUnparsed

        boolean isEntityUnparsed​(java.lang.String name)
      • isIdDeclared

        boolean isIdDeclared​(java.lang.String name)
      • addId

        void addId​(java.lang.String name)
      • addIdRef

        void addIdRef​(java.lang.String name)
      • getSymbol

        java.lang.String getSymbol​(java.lang.String symbol)
      • getURI

        java.lang.String getURI​(java.lang.String prefix)
      • getLocale

        java.util.Locale getLocale()