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