|
Method Summary | ||
static String |
decode(String toDecode) | |
static String |
encode(String toEncode) Encode a string according to ISO 9075 |
|
static String |
encodeSQL(String toEncode) Encodes a SQL identifier Allowed at the start: 'a'..'z' | 'A'..'Z' | '_' Allowed after: 'a'..'z' | 'A'..'Z' | '0'..'9' | '_' | ':' | '$'| '#' |
|
static String |
getXPathName(QName qName) | |
static String |
getXPathName(QName qName, NamespacePrefixResolver nspr) | |
static Object |
lowerCaseEncodedSQL(String toLowerCaseEncoded) | |
static QName |
parseXPathName(String str) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|