Package org.aksw.iguana.cc.lang.impl
Class SaxSparqlJsonResultCountingParser
java.lang.Object
org.aksw.iguana.cc.lang.LanguageProcessor
org.aksw.iguana.cc.lang.impl.SaxSparqlJsonResultCountingParser
SAX Parser for SPARQL JSON Results.
For correct SPARQL JSON results, it returns the number of solutions, bound values and the names of the variables.
For malformed results it may or may not fail. For malformed JSON it fails if the underlying json.simple.parser fails.
Specification: https://www.w3.org/TR/sparql11-results-json/
-
Nested Class Summary
Nested classes/interfaces inherited from class org.aksw.iguana.cc.lang.LanguageProcessor
LanguageProcessor.ContentType, LanguageProcessor.LanguageProcessingData
-
Constructor Summary
-
Method Summary
Methods inherited from class org.aksw.iguana.cc.lang.LanguageProcessor
getInstance
-
Constructor Details
-
SaxSparqlJsonResultCountingParser
public SaxSparqlJsonResultCountingParser()
-
-
Method Details
-
process
- Specified by:
process
in classLanguageProcessor
-