Generated by
JDiff

Class com.itextpdf.styledxmlparser.jsoup.nodes.Entities

Documentation changed from old to new.

Removed Methods
Character  getCharacterByName( String) Get the Character value of the named entity
 

Added Methods
int  codepointsForName( String, int[] )  
String  escape( String) HTML escape an input string, using the default settings (UTF-8, base entities).
String  escape( String, OutputSettings ) HTML escape an input string.
String  getByName( String) Get the character(s) represented by the named entity
String  unescape( String) Un-escape an HTML escaped string.