Class SPARQLParser
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.SPARQLParser
- All Implemented Interfaces:
 QueryParser
- 
Constructor Summary
ConstructorsConstructorDescriptionCreate a new SPARQLParser without any default prefixes.SPARQLParser(Set<Namespace> customPrefixes) Create a new SPARQLParser. - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidparseQuery(String queryStr, String baseURI) parseUpdate(String updateStr, String baseURI)  
- 
Constructor Details
- 
SPARQLParser
 - 
SPARQLParser
public SPARQLParser()Create a new SPARQLParser without any default prefixes. 
 - 
 - 
Method Details
- 
parseUpdate
- Specified by:
 parseUpdatein interfaceQueryParser- Throws:
 MalformedQueryException
 - 
parseQuery
- Specified by:
 parseQueryin interfaceQueryParser- Throws:
 MalformedQueryException
 - 
main
- Throws:
 IOException
 
 -