public class SPARQLUtil extends Object
| Constructor and Description | 
|---|
| SPARQLUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | decodeString(String s)Decodes an encoded SPARQL string. | 
| static String | encodeString(String s)Encodes the supplied string for inclusion as a 'normal' string in a SPARQL query. | 
public static String encodeString(String s)
public static String decodeString(String s)
s - An encoded SPARQL string.IllegalArgumentException - If the supplied string is not a correctly encoded SPARQL string.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.