Interface IHCHasHTMLAttributeValue

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean hasAttrValue​(String sAttrValue)
      Check if the attribute values matches the passed on.
      • Methods inherited from interface com.helger.xml.microdom.IHasAttributeValue

        getAttrValue
    • Method Detail

      • hasAttrValue

        default boolean hasAttrValue​(@Nullable
                                     String sAttrValue)
        Check if the attribute values matches the passed on.
        Parameters:
        sAttrValue - The attribute value to check. May be null.
        Returns:
        true if the attribute values are equal
        Since:
        8.0.2
        See Also:
        IHasAttributeValue.getAttrValue()