Interface IAttribute
-
- All Known Implementing Classes:
JsoupAttribute
public interface IAttribute
Interface for HTML attributes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getKey()
Gets the key.java.lang.String
getValue()
Gets the value.
-