com.hp.hpl.jena.sparql.lang
Class SPARQLParserBase

java.lang.Object
  extended by com.hp.hpl.jena.sparql.lang.ParserBase
      extended by com.hp.hpl.jena.sparql.lang.SPARQLParserBase
Direct Known Subclasses:
ARQParser, ParserQueryBase, SPARQLParser10, SPARQLParser11

public class SPARQLParserBase
extends ParserBase

Class that has all the parse event operations and other query/update specific things


Method Summary
 Query getQuery()
           
 void setQuery(Query q)
           
 void setUpdateSink(UpdateSink sink)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.lang.ParserBase
getPrologue, hex, setPrologue, stripChars, throwParseException, throwParseException, unescape, unescapePName, unescapeStr, unescapeStr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setQuery

public void setQuery(Query q)

getQuery

public Query getQuery()

setUpdateSink

public void setUpdateSink(UpdateSink sink)


Licenced under the Apache License, Version 2.0