Uses of Interface
org.eclipse.rdf4j.common.xml.SimpleSAXListener
-
Packages that use SimpleSAXListener Package Description org.eclipse.rdf4j.common.xml org.eclipse.rdf4j.http.protocol.transaction org.eclipse.rdf4j.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Formatorg.eclipse.rdf4j.rio.trix Parser/writer for the TriX format. -
-
Uses of SimpleSAXListener in org.eclipse.rdf4j.common.xml
Classes in org.eclipse.rdf4j.common.xml that implement SimpleSAXListener Modifier and Type Class Description class
SimpleSAXAdapter
An implementation of SimpleSAXListener providing dummy implementations for all its methods.Fields in org.eclipse.rdf4j.common.xml declared as SimpleSAXListener Modifier and Type Field Description private SimpleSAXListener
SimpleSAXParser. listener
The listener to report the events to.Methods in org.eclipse.rdf4j.common.xml that return SimpleSAXListener Modifier and Type Method Description SimpleSAXListener
SimpleSAXParser. getListener()
Gets the listener that currently will receive any events from this parser.Methods in org.eclipse.rdf4j.common.xml with parameters of type SimpleSAXListener Modifier and Type Method Description void
SimpleSAXParser. setListener(SimpleSAXListener listener)
Sets the (new) listener that should receive any events from this parser. -
Uses of SimpleSAXListener in org.eclipse.rdf4j.http.protocol.transaction
Classes in org.eclipse.rdf4j.http.protocol.transaction that implement SimpleSAXListener Modifier and Type Class Description (package private) class
TransactionSAXParser
Parses an RDF transaction document into a collection ofTransactionOperation
objects. -
Uses of SimpleSAXListener in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement SimpleSAXListener Modifier and Type Class Description (package private) class
SPARQLBooleanSAXParser
(package private) class
SPARQLResultsSAXParser
-
Uses of SimpleSAXListener in org.eclipse.rdf4j.rio.trix
Classes in org.eclipse.rdf4j.rio.trix that implement SimpleSAXListener Modifier and Type Class Description private class
TriXParser.TriXSAXHandler
-