Uses of Class
org.unbescape.html.HtmlEscapeType

Packages that use HtmlEscapeType
org.unbescape.html   
 

Uses of HtmlEscapeType in org.unbescape.html
 

Methods in org.unbescape.html that return HtmlEscapeType
static HtmlEscapeType HtmlEscapeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HtmlEscapeType[] HtmlEscapeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.unbescape.html with parameters of type HtmlEscapeType
static void HtmlEscape.escapeHtml(char[] text, int offset, int len, Writer writer, HtmlEscapeType type, HtmlEscapeLevel level)
           Perform a (configurable) HTML escape operation on a char[] input.
static String HtmlEscape.escapeHtml(String text, HtmlEscapeType type, HtmlEscapeLevel level)
           Perform a (configurable) HTML escape operation on a String input.
 



Copyright © 2014 The UNBESCAPE team. All rights reserved.