Package org.jsoup.nodes
Class BooleanAttribute
- java.lang.Object
-
- org.jsoup.nodes.Attribute
-
- org.jsoup.nodes.BooleanAttribute
-
-
Constructor Summary
Constructors Constructor Description BooleanAttribute(String key)
Create a new boolean attribute from unencoded (raw) key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isBooleanAttribute()
-
Methods inherited from class org.jsoup.nodes.Attribute
clone, createFromEncoded, equals, getKey, getValue, hashCode, html, html, isDataAttribute, setKey, setValue, shouldCollapseAttribute, toString
-
-
-
-
Constructor Detail
-
BooleanAttribute
public BooleanAttribute(String key)
Create a new boolean attribute from unencoded (raw) key.- Parameters:
key
- attribute key
-
-
Method Detail
-
isBooleanAttribute
protected boolean isBooleanAttribute()
- Overrides:
isBooleanAttribute
in classAttribute
-
-