Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.nodes.TextNode

The superclass changed from com.itextpdf.styledxmlparser.jsoup.nodes.Node to com.itextpdf.styledxmlparser.jsoup.nodes.LeafNode.

Changed Constructors
TextNode( String) Change in type from (String, String) to String.
Documentation changed from old to new.
Create a new TextNode representing the supplied (unencoded) text).
 

Removed Methods
Node  attr( String, String )  
String  attr( String)  
 

Changed Methods
String  absUrl( String) Method was locally defined, but is now inherited from LeafNode.  
Attributes  attributes() Method was locally defined, but is now inherited from LeafNode. Change from non-final to final.
 
Object  clone() Documentation changed from old to new.
Method was inherited from Node, but is now defined locally.
 
TextNode  createFromEncoded( String) Change in signature from (String, String) to String.
Documentation changed from old to new.
Create a new TextNode from HTML encoded (aka escaped) data.
boolean  hasAttr( String) Method was locally defined, but is now inherited from LeafNode.  
Node  removeAttr( String) Method was locally defined, but is now inherited from LeafNode.