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 classSimpleSAXAdapterAn 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 SimpleSAXListenerSimpleSAXParser. listenerThe listener to report the events to.Methods in org.eclipse.rdf4j.common.xml that return SimpleSAXListener Modifier and Type Method Description SimpleSAXListenerSimpleSAXParser. 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 voidSimpleSAXParser. 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) classTransactionSAXParserParses an RDF transaction document into a collection ofTransactionOperationobjects. -
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) classSPARQLBooleanSAXParser(package private) classSPARQLResultsSAXParser -
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 classTriXParser.TriXSAXHandler
-