Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.nodes.Attributes

Documentation changed from old to new.

Added Methods
Attributes  add( String, String ) Adds a new attribute.
int  deduplicate( ParseSettings) Internal method.
String  getIgnoreCase( String) Get an attribute's value by case-insensitive key
boolean  hasDeclaredValueForKey( String) Check if these attributes contain an attribute with a value for this key.
boolean  hasDeclaredValueForKeyIgnoreCase( String) Check if these attributes contain an attribute with a value for this key.
boolean  hasKeyIgnoreCase( String) Tests if these attributes contain an attribute with this key.
boolean  isEmpty() Test if this Attributes list is empty (size==0).
void  normalize() Internal method.
void  removeIgnoreCase( String) Remove an attribute by key.
 

Changed Methods
List  asList() Documentation changed from old to new.
Get the attributes as a List, for iteration.
String  get( String) Documentation changed from old to new.
Get an attribute value by key.
boolean  hasKey( String) Documentation changed from old to new.
Tests if these attributes contain an attribute with this key.
String  html() Documentation changed from old to new.
Get the HTML representation of these attributes.
void  remove( String) Documentation changed from old to new.
Remove an attribute by key.
Attributes  put( Attribute) Change in return type from void to Attributes.
Documentation changed from old to new.
Set a new attribute, or replace an existing one by key.
Attributes  put( String, boolean ) Change in return type from void to Attributes.
Documentation changed from old to new.
Set a new boolean attribute, remove attribute if value is false.
Attributes  put( String, String ) Change in return type from void to Attributes.
Documentation changed from old to new.
Set a new attribute, or replace an existing one by key.