Interface IDTypeVerifier


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface IDTypeVerifier
    Interface used to check if an attribute has the ID type.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean hasIDType​(java.lang.String elementName, java.lang.String elementNs, java.lang.String attrName, java.lang.String attrNs)
      Check if the provided attribute has the ID type.
    • Method Detail

      • hasIDType

        boolean hasIDType​(java.lang.String elementName,
                          java.lang.String elementNs,
                          java.lang.String attrName,
                          java.lang.String attrNs)
        Check if the provided attribute has the ID type.
        Parameters:
        elementName - The local name of the attribute parent element.
        elementNs - The namespace of the attribute parent element.
        attrName - The local name of the attribute.
        attrNs - The namespace of the attribute.
        Returns:
        true if the given attribute has the ID type.