Interface IAttribute

All Known Implementing Classes:
JsoupAttribute

public interface IAttribute
Interface for HTML attributes.
  • Method Summary

    Modifier and Type
    Method
    Description
    getKey()
    Gets the key.
    Gets the value.
  • Method Details

    • getKey

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

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