|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.gael.drb.impl.xml.XmlString
public class XmlString
Process character conversion on string. Convert character reference in a xml style into unicode character and vice versa.
| Constructor Summary | |
|---|---|
XmlString()
|
|
| Method Summary | |
|---|---|
static String |
decode(String input)
Decode character references or predefined entity reference found inside the input string into unicode character |
static String |
encode(String str)
Format an XML string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlString()
| Method Detail |
|---|
public static String decode(String input)
input - The input string to process
public static String encode(String str)
str - the string to format
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||