Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.safety.Whitelist

The superclass changed from java.lang.Object to com.itextpdf.styledxmlparser.jsoup.safety.Safelist.
Documentation changed from old to new.

Now deprecated.

Added Constructors
Whitelist( Safelist)  
 

Changed Constructors
Whitelist( void) Documentation changed from old to new.
 
 

Changed Methods
Safelist  addAttributes( String, String[] ) Change in return type from Whitelist to Safelist.
Documentation changed from old to new.
 
Safelist  addEnforcedAttribute( String, String , String ) Change in return type from Whitelist to Safelist.
Documentation changed from old to new.
 
Safelist  addProtocols( String, String , String[] ) Change in return type from Whitelist to Safelist.
Documentation changed from old to new.
 
Safelist  addTags( String[]) Change in return type from Whitelist to Safelist.
Documentation changed from old to new.
 
Whitelist  basic() Documentation changed from old to new.
 
Whitelist  basicWithImages() Documentation changed from old to new.
 
boolean  isSafeAttribute( String, Element , Attribute ) Documentation changed from old to new.
 
boolean  isSafeTag( String) Documentation changed from old to new.
 
Whitelist  none() Documentation changed from old to new.
 
Safelist  preserveRelativeLinks( boolean) Change in return type from Whitelist to Safelist.
Documentation changed from old to new.
 
Whitelist  relaxed() Documentation changed from old to new.
 
Safelist  removeAttributes( String, String[] ) Change in return type from Whitelist to Safelist.
Documentation changed from old to new.
 
Safelist  removeEnforcedAttribute( String, String ) Change in return type from Whitelist to Safelist.
Documentation changed from old to new.
 
Safelist  removeProtocols( String, String , String[] ) Change in return type from Whitelist to Safelist.
Documentation changed from old to new.
 
Safelist  removeTags( String[]) Change in return type from Whitelist to Safelist.
Documentation changed from old to new.
 
Whitelist  simpleText() Documentation changed from old to new.