Package org.aksw.iguana.cc.lang.impl
Class SaxSparqlXmlResultCountingParser
java.lang.Object
org.aksw.iguana.cc.lang.LanguageProcessor
org.aksw.iguana.cc.lang.impl.SaxSparqlXmlResultCountingParser
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/
-
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
-
SaxSparqlXmlResultCountingParser
public SaxSparqlXmlResultCountingParser()
-
-
Method Details
-
process
- Specified by:
process
in classLanguageProcessor
-