Interface EnableAttribute

    • Method Summary

      Modifier and Type Method Description
      boolean isEnabled​(UnknownElement el, java.lang.String value)
      is enabled.
    • Method Detail

      • isEnabled

        boolean isEnabled​(UnknownElement el,
                          java.lang.String value)
        is enabled.
        Parameters:
        el - the unknown element this attribute is in.
        value - the value of the attribute.
        Returns:
        true if the attribute enables the element, false otherwise.