Uses of Interface
org.openrdf.rio.ParseLocationListener

Packages that use ParseLocationListener
org.openrdf.rio General classes and interfaces for RDF parsers and RDF writers. 
org.openrdf.rio.helpers Provides helpers classes for Rio. 
 

Uses of ParseLocationListener in org.openrdf.rio
 

Methods in org.openrdf.rio with parameters of type ParseLocationListener
 void RDFParser.setParseLocationListener(ParseLocationListener ll)
          Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.
 

Uses of ParseLocationListener in org.openrdf.rio.helpers
 

Methods in org.openrdf.rio.helpers that return ParseLocationListener
 ParseLocationListener RDFParserBase.getParseLocationListener()
           
 

Methods in org.openrdf.rio.helpers with parameters of type ParseLocationListener
 void RDFParserBase.setParseLocationListener(ParseLocationListener el)
           
 



Copyright © 2001-2009 Aduna. All Rights Reserved.