Class SaxSparqlXmlResultCountingParser

java.lang.Object
org.aksw.iguana.cc.lang.LanguageProcessor
org.aksw.iguana.cc.lang.impl.SaxSparqlXmlResultCountingParser

public class SaxSparqlXmlResultCountingParser extends LanguageProcessor
SAX Parser for SPARQL XML Results. For correct SPARQL XML Results it returns the number of solutions, bound values, the names of the variables and links. Fails for malformed SPARQL XML Results.

Specification: https://www.w3.org/TR/rdf-sparql-XMLres/