org.jrdf.parser
Interface StatementHandlerConfiguration

All Known Subinterfaces:
ConfigurableParser, ParserConfiguration
All Known Implementing Classes:
NTriplesParser, RdfXmlParser

public interface StatementHandlerConfiguration


Method Summary
 void setStatementHandler(StatementHandler sh)
          Sets the StatementHandler that will be notified of statements that are parsed by this parser.
 

Method Detail

setStatementHandler

void setStatementHandler(StatementHandler sh)
Sets the StatementHandler that will be notified of statements that are parsed by this parser.

Parameters:
sh - the StatementHandler.