Uses of Interface
org.eclipse.rdf4j.rio.ParseLocationListener
-
Packages that use ParseLocationListener Package Description org.eclipse.rdf4j.rio Rio: The RDF4J parser/writer API.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio. -
-
Uses of ParseLocationListener in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio with parameters of type ParseLocationListener Modifier and Type Method Description RDFParserRDFParser. setParseLocationListener(ParseLocationListener ll)Sets the ParseLocationListener that will be notified of the parser's progress during the parse process. -
Uses of ParseLocationListener in org.eclipse.rdf4j.rio.helpers
Classes in org.eclipse.rdf4j.rio.helpers that implement ParseLocationListener Modifier and Type Class Description classSimpleParseLocationListenerA simple implementation ofParseLocationListener.Methods in org.eclipse.rdf4j.rio.helpers that return ParseLocationListener Modifier and Type Method Description ParseLocationListenerAbstractRDFParser. getParseLocationListener()Methods in org.eclipse.rdf4j.rio.helpers with parameters of type ParseLocationListener Modifier and Type Method Description RDFParserAbstractRDFParser. setParseLocationListener(ParseLocationListener el)
-