Package com.stardog.stark.query.io.xml
-
Interface Summary Interface Description SimpleSAXListener A listener for events reported by SimpleSAXParser. -
Class Summary Class Description AbstractSPARQLXMLWriter<T> SimpleSAXAdapter An implementation of SimpleSAXListener providing dummy implementations for all its methods.SimpleSAXParser An XML parser that generates "simple" SAX-like events from a limited subset of XML documents.SPARQLXMLBooleanResultParser Parser
forboolean results
in SPARQL/XMLSPARQLXMLBooleanResultWriter Writer
forBooleanQueryResult
which will serialize results in SPARQL/XML format.SPARQLXMLBooleanResultWriter.SPARQLXMLSelectResultWriterFactory SPARQLXMLParserOptions SPARQLXMLSelectResultParser SPARQL/XML parsing forSelectQueryResult
SPARQLXMLSelectResultWriter Writer
forSelectQueryResult
which will serialize results in SPARQL/XML format.SPARQLXMLSelectResultWriter.SPARQLXMLSelectResultWriterFactory XMLWriter A utility class offering convenience methods for writing XML.