Uses of Interface
org.eclipse.rdf4j.rio.ParseLocationListener
-
Packages that use ParseLocationListener Package Description org.eclipse.rdf4j.query.resultio 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.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as ParseLocationListener Modifier and Type Field Description private ParseLocationListenerAbstractQueryResultParser. locationListenerAn optional ParseLocationListener to report parse progress in the form of line- and column numbers to.Methods in org.eclipse.rdf4j.query.resultio that return ParseLocationListener Modifier and Type Method Description ParseLocationListenerAbstractQueryResultParser. getParseLocationListener()Methods in org.eclipse.rdf4j.query.resultio with parameters of type ParseLocationListener Modifier and Type Method Description QueryResultParserAbstractQueryResultParser. setParseLocationListener(ParseLocationListener el)QueryResultParserQueryResultParser. 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 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.Fields in org.eclipse.rdf4j.rio.helpers declared as ParseLocationListener Modifier and Type Field Description private ParseLocationListenerAbstractRDFParser. locationListenerAn optional ParseLocationListener to report parse progress in the form of line- and column numbers to.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)
-