org.apache.jackrabbit.test.api
Class EscapeJCRUtil
java.lang.Object
org.apache.jackrabbit.test.api.EscapeJCRUtil
public class EscapeJCRUtil
- extends Object
Class providing some character escape methods. The escape schemata are
defined in chapter 6.4.3 (for JCR names) and (6.4.4 for JCR values) in the
JCR specification.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EscapeJCRUtil
public EscapeJCRUtil()
escapeJCRValues
public static String escapeJCRValues(String str)
escapeJCRNames
public static String escapeJCRNames(String str)
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.