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