public class BooleanAttribute extends Attribute
Constructor and Description |
---|
BooleanAttribute(java.lang.String key)
Create a new boolean attribute from unencoded (raw) key.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isBooleanAttribute() |
clone, createFromEncoded, equals, getKey, getValue, hashCode, html, html, isDataAttribute, setKey, setValue, shouldCollapseAttribute, toString
public BooleanAttribute(java.lang.String key)
key
- attribute keyprotected boolean isBooleanAttribute()
isBooleanAttribute
in class Attribute