Parser for reading tuple query results formatted as SPARQL Results Documents.
See SPARQL Query Results
XML Format for the definition of this format. The parser assumes that
the XML is wellformed.
Constructor Summary
public
SPARQLResultsXMLParser() Creates a new parser for the SPARQL Query Results XML Format that will use
an instance of
ValueFactoryImpl to create Value objects.
public
SPARQLResultsXMLParser(ValueFactory valueFactory) Creates a new parser for the SPARQL Query Results XML Format that will use
the supplied ValueFactory to create Value objects.