Class BooleanAttribute

java.lang.Object
org.jsoup.nodes.Attribute
org.jsoup.nodes.BooleanAttribute
All Implemented Interfaces:
Cloneable, Map.Entry<String,​String>

public class BooleanAttribute
extends Attribute
Deprecated.
just use null values (vs empty string) for booleans.
A boolean attribute that is written out without any value.