Package com.stardog.stark.io
Class AbstractRDFHandler
java.lang.Object
com.stardog.stark.io.AbstractRDFHandler
- All Implemented Interfaces:
RDFHandler
- Direct Known Subclasses:
CollectingRDFHandler,ParserContext,RDFHandlers.DefaultRDFHandler,RDFHandlers.GraphBuilder
Base implementation of an RDFHandler which provides no-op implementations for all of the methods
except handling of statements
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
Constructor Details
-
AbstractRDFHandler
public AbstractRDFHandler()
-
-
Method Details
-
start
public void start()Notification that the processing has started- Specified by:
startin interfaceRDFHandler
-
namespace
Event for when a namespace was encountered- Specified by:
namespacein interfaceRDFHandler- Parameters:
thePrefix- the namespace prefixtheIRI- the associated IRI
-
end
public void end()Notification that processing has finished- Specified by:
endin interfaceRDFHandler
-