public final class RenderUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
escape(String theString)
Properly escape out any special characters in the query string.
|
static String |
getSerqlQueryString(Value theValue)
Return the query string rendering of the
Value |
static String |
getSPARQLQueryString(Value theValue)
Return the query string rendering of the
Value |
public static String getSPARQLQueryString(Value theValue)
Value
theValue
- the value to renderpublic static String getSerqlQueryString(Value theValue)
Value
theValue
- the value to renderpublic static String escape(String theString)
theString
- the query string to escape chars inCopyright © 2001-2016 Aduna. All Rights Reserved.