Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.nodes.DocumentType

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

Changed Constructors
DocumentType( String, String , String ) Change in type from (String, String, String, String) to (String, String, String).
Documentation changed from old to new.
Create a new doctype element.
 

Added Methods
String  name() Get this doctype's name (when set, or empty string)
String  publicId() Get this doctype's Public ID (when set, or empty string)
void  setPubSysKey( String)  
String  systemId() Get this doctype's System ID (when set, or empty string)
 

Added Fields
String  PUBLIC_KEY  
String  SYSTEM_KEY