Uses of Interface
org.eclipse.rdf4j.common.xml.SimpleSAXListener
Packages that use SimpleSAXListener
-
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.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.