org.openrdf.query.resultio.text.tsv
Class SPARQLResultsTSVParser

java.lang.Object
  extended by org.openrdf.query.resultio.TupleQueryResultParserBase
      extended by org.openrdf.query.resultio.text.tsv.SPARQLResultsTSVParser
All Implemented Interfaces:
TupleQueryResultParser

public class SPARQLResultsTSVParser
extends TupleQueryResultParserBase

SPARQL Results TSV format parser.

Author:
Jeen Broekstra

Field Summary
 
Fields inherited from class org.openrdf.query.resultio.TupleQueryResultParserBase
handler, valueFactory
 
Constructor Summary
SPARQLResultsTSVParser()
           
 
Method Summary
 TupleQueryResultFormat getTupleQueryResultFormat()
          Gets the query result format that this parser can parse.
 void parse(InputStream in)
          Parses the data from the supplied InputStream.
protected  Literal parseLiteral(String literal)
          Parses a literal, creates an object for it and returns this object.
 
Methods inherited from class org.openrdf.query.resultio.TupleQueryResultParserBase
setTupleQueryResultHandler, setValueFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPARQLResultsTSVParser

public SPARQLResultsTSVParser()
Method Detail

getTupleQueryResultFormat

public TupleQueryResultFormat getTupleQueryResultFormat()
Description copied from interface: TupleQueryResultParser
Gets the query result format that this parser can parse.


parse

public void parse(InputStream in)
           throws IOException,
                  QueryResultParseException,
                  TupleQueryResultHandlerException
Description copied from interface: TupleQueryResultParser
Parses the data from the supplied InputStream.

Parameters:
in - The InputStream from which to read the data.
Throws:
IOException - If an I/O error occurred while data was read from the InputStream.
QueryResultParseException - If the parser has encountered an unrecoverable parse error.
TupleQueryResultHandlerException - If the configured query result handler has encountered an unrecoverable error.

parseLiteral

protected Literal parseLiteral(String literal)
                        throws IllegalArgumentException
Parses a literal, creates an object for it and returns this object.

Parameters:
literal - The literal to parse.
Returns:
An object representing the parsed literal.
Throws:
IllegalArgumentException - If the supplied literal could not be parsed correctly.


Copyright © 2001-2012 Aduna. All Rights Reserved.