Uses of Interface
org.openrdf.rio.ParseErrorListener

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

Uses of ParseErrorListener in org.openrdf.rio
 

Methods in org.openrdf.rio with parameters of type ParseErrorListener
 void RDFParser.setParseErrorListener(ParseErrorListener el)
          Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.
 

Uses of ParseErrorListener in org.openrdf.rio.helpers
 

Methods in org.openrdf.rio.helpers that return ParseErrorListener
 ParseErrorListener RDFParserBase.getParseErrorListener()
           
 

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



Copyright © 2001-2009 Aduna. All Rights Reserved.