|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||