Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.nodes.Attribute

Documentation changed from old to new.

Added Constructors
Attribute( String, String , Attributes ) Create a new attribute from unencoded (raw) key and value.
 

Changed Constructors
Attribute( String, String ) Documentation changed from old to new.
Create a new attribute from unencoded (raw) key and value.
 

Added Methods
boolean  hasDeclaredValue() Check if this Attribute has a value.
void  html( String, String , Appendable , OutputSettings )  
boolean  isDataAttribute( String)  
boolean  shouldCollapseAttribute( String, String , OutputSettings )  
 

Changed Methods
String  getValue() Documentation changed from old to new.
Get the attribute value.
boolean  isBooleanAttribute( String) Change in signature from void to String.
Documentation changed from old to new.
Change from non-static to static.
Checks if this attribute name is defined as a boolean attribute in HTML5
void  setKey( String) Documentation changed from old to new.
Set the attribute key; case is preserved.
String  setValue( String) Documentation changed from old to new.
Set the attribute value.
boolean  shouldCollapseAttribute( OutputSettings) Documentation changed from old to new.
Collapsible if it's a boolean attribute and value is empty or same as name