Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.parser.Tag

Added interface java.lang.Cloneable.

Removed Methods
boolean  canContainBlock() Gets if this tag can contain block tags.
boolean  isData() Gets if this tag is a data only tag.
 

Added Methods
Object  clone()  
String  normalName() Get this tag's normalized (lowercased) name.
Tag  valueOf( String, ParseSettings ) Get a Tag by name.
 

Changed Methods
boolean  preserveWhitespace() Documentation changed from old to new.
Get if this tag should preserve whitespace within child text nodes.
Tag  valueOf( String) Documentation changed from old to new.
Get a Tag by name.