Uses of Class
org.unbescape.css.CssIdentifierEscapeType

Packages that use CssIdentifierEscapeType
org.unbescape.css   
 

Uses of CssIdentifierEscapeType in org.unbescape.css
 

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

Methods in org.unbescape.css with parameters of type CssIdentifierEscapeType
static void CssEscape.escapeCssIdentifier(char[] text, int offset, int len, Writer writer, CssIdentifierEscapeType type, CssIdentifierEscapeLevel level)
           Perform a (configurable) CSS Identifier escape operation on a char[] input.
static String CssEscape.escapeCssIdentifier(String text, CssIdentifierEscapeType type, CssIdentifierEscapeLevel level)
           Perform a (configurable) CSS Identifier escape operation on a String input.
 



Copyright © 2014 The UNBESCAPE team. All rights reserved.