| |
|
| java.lang.Object org.openrdf.query.parser.sparql.SPARQLUtil
SPARQLUtil | public class SPARQLUtil (Code) | | SPARQL-related utility methods.
author: Arjohn Kampman |
decodeString | public static String decodeString(String s)(Code) | | Decodes an encoded SPARQL string. Any \-escape sequences are substituted
with their decoded value.
Parameters: s - An encoded SPARQL string. The unencoded string. exception: IllegalArgumentException - If the supplied string is not a correctly encoded SPARQLstring. |
encodeString | public static String encodeString(String s)(Code) | | Encodes the supplied string for inclusion as a 'normal' string in a SPARQL
query.
|
|
|
|