|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeceira.xml.XmlUtils
Constructor Summary | |
XmlUtils()
|
Method Summary | |
static java.lang.String |
escapeWhitespaces(java.lang.String value)
Escapes whitespaces in a string value as defined by the spec (cf. 6.4.4 Escaping of JCR values). |
static java.lang.String |
escapeXmlEntities(java.lang.String value)
Escapes predefined xml entities in a string value as defined by the spec (cf. 6.4.4 Escaping of JCR values). |
static java.lang.String |
unescapeWhitespaces(java.lang.String value)
Reverts the effect of the encodeWhitespaces method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlUtils()
Method Detail |
public static java.lang.String escapeWhitespaces(java.lang.String value)
public static java.lang.String escapeXmlEntities(java.lang.String value)
public static java.lang.String unescapeWhitespaces(java.lang.String value)
encodeWhitespaces
method.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |