|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.gouv.culture.sdx.utils.xml.Utils
public class Utils
| Constructor Summary | |
|---|---|
Utils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
escapeXMLCharacters(java.lang.String content)
Parses a text and escapes '<', '&' chars with corresponding entities. |
static java.lang.String |
escapeXMLEntities(java.lang.String content)
Parses a text and escapes '<', '&', '<', '&' chars with corresponding entities. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utils()
| Method Detail |
|---|
public static java.lang.String escapeXMLCharacters(java.lang.String content)
content - The String to work
public static java.lang.String escapeXMLEntities(java.lang.String content)
content - The String to work
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||