Uses of Interface
org.eclipse.rdf4j.rio.ParseLocationListener
Packages that use ParseLocationListener
Package
Description
Rio: The RDF4J parser/writer API.
Provides helpers classes for Rio.
-
Uses of ParseLocationListener in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as ParseLocationListenerModifier and TypeFieldDescriptionprivate ParseLocationListener
AbstractQueryResultParser.locationListener
An optional ParseLocationListener to report parse progress in the form of line- and column numbers to.Methods in org.eclipse.rdf4j.query.resultio that return ParseLocationListenerMethods in org.eclipse.rdf4j.query.resultio with parameters of type ParseLocationListenerModifier and TypeMethodDescriptionAbstractQueryResultParser.setParseLocationListener
(ParseLocationListener el) QueryResultParser.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
Methods in org.eclipse.rdf4j.rio with parameters of type ParseLocationListenerModifier and TypeMethodDescriptionRDFParser.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 ParseLocationListenerFields in org.eclipse.rdf4j.rio.helpers declared as ParseLocationListenerModifier and TypeFieldDescriptionprivate ParseLocationListener
AbstractRDFParser.locationListener
An optional ParseLocationListener to report parse progress in the form of line- and column numbers to.Methods in org.eclipse.rdf4j.rio.helpers that return ParseLocationListenerMethods in org.eclipse.rdf4j.rio.helpers with parameters of type ParseLocationListenerModifier and TypeMethodDescriptionAbstractRDFParser.setParseLocationListener
(ParseLocationListener el)