Generated by
JDiff

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

Documentation changed from old to new.

Changed Constructors
Cleaner( Whitelist) Documentation changed from old to new.
Create a new cleaner, that sanitizes documents using the supplied whitelist.
 

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 whitelist.
boolean  isValid( Document) Documentation changed from old to new.
Determines if the input document is valid, against the whitelist.