Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.nodes.Document

Changed Constructors
Document( String) Documentation changed from old to new.
Create a new, empty Document.
 

Added Methods
DocumentType  documentType() Returns this Document's doctype.
Document  parser( Parser) Set the parser used to create this document.
Parser  parser() Get the parser that was used to parse this document.
 

Changed Methods
Element  body() Documentation changed from old to new.
Get this document's {@code } or {@code } element.
Element  head() Documentation changed from old to new.
Get this document's {@code head} element.
String  location() Documentation changed from old to new.
Get the URL this Document was parsed from.
void  charset( Charset) Documentation changed from old to new.
Sets the charset used in this document.
void  updateMetaCharsetElement( boolean) Documentation changed from old to new.
Sets whether the element with charset information in this document is updated on changes through Document.charset(Charset) or not.