org.openrdf.sail.federation.query
Class QueryModelSerializer
java.lang.Object
org.openrdf.sail.federation.query.QueryModelSerializer
- All Implemented Interfaces:
- QueryParser
public class QueryModelSerializer
- extends Object
- implements QueryParser
Serialize and Deserialize a QueryModel to a String.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LANGUAGE
public static final QueryLanguage LANGUAGE
QueryModelSerializer
public QueryModelSerializer()
parseQuery
public QueryModel parseQuery(String query,
String baseURI)
throws MalformedQueryException
- Specified by:
parseQuery in interface QueryParser
- Throws:
MalformedQueryException
writeQueryModel
public String writeQueryModel(QueryModel query,
String baseURI)
Copyright © 2001-2009 Aduna. All Rights Reserved.