Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.nodes.Comment

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

Changed Constructors
Comment( String) Change in type from (String, String) to String.
Documentation changed from old to new.
Create a new comment node.
 

Added Methods
XmlDeclaration  asXmlDeclaration() Attempt to cast this comment to an XML Declaration node.
boolean  isXmlDeclaration() Check if this comment looks like an XML Declaration.
Comment  setData( String)  
 

Changed Methods
Object  clone() Documentation changed from old to new.
Method was inherited from Node, but is now defined locally.