Interface IAttribute

  • All Known Implementing Classes:
    JsoupAttribute

    public interface IAttribute
    Interface for HTML attributes.
    • Method Detail

      • getKey

        java.lang.String getKey()
        Gets the key.
        Returns:
        the key
      • getValue

        java.lang.String getValue()
        Gets the value.
        Returns:
        the value