Package org.exoplatform.forum.common.jcr
Class JCRQueryUtils
java.lang.Object
org.exoplatform.forum.common.jcr.JCRQueryUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringescapeSimpleQuoteCharacter(String value) replace simple quote by double quote before process xPath query
-
Constructor Details
-
JCRQueryUtils
public JCRQueryUtils()
-
-
Method Details
-
escapeSimpleQuoteCharacter
replace simple quote by double quote before process xPath query- Parameters:
value- the value to search with xPath- Returns:
- string after process
-