|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.util.XmlUtils
public class XmlUtils
XmlUtils
Method Summary | |
---|---|
static String |
encode(String value)
Escape <, > & ', " as their entities and drop characters that are illegal in XML documents. |
static boolean |
isReference(String ent)
Is the given argument a character or entity reference? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String encode(String value)
value
- the string to encode.
public static boolean isReference(String ent)
ent
- the value to be checked.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |