Interface MatchingRule<T>

    • Method Detail

      • getName

        QName getName()
        QName that identifies the rule. This QName may be used to refer to this specific matching rule, it is an matching rule identifier.
      • isSupported

        boolean isSupported​(QName xsdType)
        Returns true if the rule can be applied to the specified XSD type.
      • normalize

        T normalize​(T original)
             throws SchemaException
        Returns a normalized version of the value. For normalized version the following holds: if A matches B then normalize(A) == normalize(B)
        Throws:
        SchemaException