Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.safety.Cleaner

Documentation changed from old to new.

Added Constructors
Cleaner( Safelist) Create a new cleaner, that sanitizes documents using the supplied safelist.
 

Changed Constructors
Cleaner( Whitelist) Documentation changed from old to new.
Now deprecated.
as of 1.14.1.
 

Added Methods
boolean  isValidBodyHtml( String)  
 

Changed Methods
Document  clean( Document) Documentation changed from old to new.
Creates a new, clean document, from the original dirty document, containing only elements allowed by the safelist.
boolean  isValid( Document) Documentation changed from old to new.
Determines if the input document bodyis valid, against the safelist.