Uses of Interface
org.eclipse.rdf4j.common.xml.SimpleSAXListener
Packages that use SimpleSAXListener
Package
Description
Parsers and writers for the
SPARQL Query Results XML Format
Parser/writer for the TriX format.
-
Uses of SimpleSAXListener in org.eclipse.rdf4j.common.xml
Classes in org.eclipse.rdf4j.common.xml that implement SimpleSAXListenerModifier and TypeClassDescriptionclass
An implementation of SimpleSAXListener providing dummy implementations for all its methods.Fields in org.eclipse.rdf4j.common.xml declared as SimpleSAXListenerModifier and TypeFieldDescriptionprivate SimpleSAXListener
SimpleSAXParser.listener
The listener to report the events to.Methods in org.eclipse.rdf4j.common.xml that return SimpleSAXListenerModifier and TypeMethodDescriptionSimpleSAXParser.getListener()
Gets the listener that currently will receive any events from this parser.Methods in org.eclipse.rdf4j.common.xml with parameters of type SimpleSAXListenerModifier and TypeMethodDescriptionvoid
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 SimpleSAXListenerModifier and TypeClassDescription(package private) class
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 SimpleSAXListenerModifier and TypeClassDescription(package private) class
(package private) class
-
Uses of SimpleSAXListener in org.eclipse.rdf4j.rio.trix
Classes in org.eclipse.rdf4j.rio.trix that implement SimpleSAXListener