Interface NotationSet

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isDeclaredNotation​(java.lang.String uri, java.lang.String local)
      Ask whether a given notation name is present in this set of notations
    • Method Detail

      • isDeclaredNotation

        boolean isDeclaredNotation​(java.lang.String uri,
                                   java.lang.String local)
        Ask whether a given notation name is present in this set of notations
        Parameters:
        uri - the URI part of the notation name
        local - the local part of the notation name
        Returns:
        true if the notation name is present