|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.directory.ldap.util.XmlValidator
public class XmlValidator
| Constructor Summary | |
|---|---|
XmlValidator()
|
|
| Method Summary | |
|---|---|
static boolean |
isSafe(java.lang.String s)
Verifies whether a string consists solely of valid XML characters. |
static boolean |
isXmlCharacter(int c)
Recognise valid XML characters as defined by Extensible Markup Language, section 2.2. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlValidator()
| Method Detail |
|---|
public static boolean isSafe(java.lang.String s)
public static boolean isXmlCharacter(int c)
c - a single character
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||