Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.nodes.XmlDeclaration

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

Changed Constructors
XmlDeclaration( String, boolean ) Change in type from (String, String, boolean) to (String, boolean).
Documentation changed from old to new.
Create a new XML declaration
 

Changed Methods
Object  clone() Documentation changed from old to new.
Method was inherited from Node, but is now defined locally.
 
String  getWholeDeclaration() Documentation changed from old to new.
Get the unencoded XML declaration.