public class CharacterEntityCoder extends Object
| Constructor and Description |
|---|
CharacterEntityCoder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeHtmlString(String s)
returns dencoded String from HTML
|
static String |
decodeString(String s)
returns dencoded String from XML
|
static String |
encodeString(String s)
returns encoded String for XML use
|
static String |
htm2xml(String s) |
static String |
htmlEncodeString(String s)
returns encoded String for HTML use
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.