Searched refs:booleanAttributes (Results 1 – 4 of 4) sorted by relevance
9 from ..constants import voidElements, booleanAttributes, spaceCharacters240 (k not in booleanAttributes.get(name, tuple())241 and k not in booleanAttributes.get("", tuple())):
519 private EnumSet<BooleanAttribute> booleanAttributes = EnumSet.allOf(BooleanAttribute.class); field in DateFormat1672 booleanAttributes.add(key); in setBooleanAttribute()1676 booleanAttributes.remove(key); in setBooleanAttribute()1695 return booleanAttributes.contains(key); in getBooleanAttribute()1826 if(booleanAttributes == null) { in readObject()1827 booleanAttributes = EnumSet.allOf(BooleanAttribute.class); in readObject()
475 private EnumSet<BooleanAttribute> booleanAttributes = EnumSet.allOf(BooleanAttribute.class); field in DateFormat1550 booleanAttributes.add(key); in setBooleanAttribute()1554 booleanAttributes.remove(key); in setBooleanAttribute()1572 return booleanAttributes.contains(key); in getBooleanAttribute()1698 if(booleanAttributes == null) { in readObject()1699 booleanAttributes = EnumSet.allOf(BooleanAttribute.class); in readObject()
517 booleanAttributes = { variable