Package com.stardog.stark.io
Class DelegatingRDFHandler
java.lang.Object
com.stardog.stark.io.DelegatingRDFHandler
- All Implemented Interfaces:
RDFHandler
- Since:
- 7.1
- Author:
- Pavel Klinov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mDelegate
-
-
Constructor Details
-
DelegatingRDFHandler
-
-
Method Details
-
start
public void start()Description copied from interface:RDFHandlerNotification that the processing has started- Specified by:
startin interfaceRDFHandler
-
namespace
Description copied from interface:RDFHandlerEvent for when a namespace was encountered- Specified by:
namespacein interfaceRDFHandler- Parameters:
thePrefix- the namespace prefixtheIRI- the associated IRI
-
handle
Description copied from interface:RDFHandlerEvent for when a statement was encountered- Specified by:
handlein interfaceRDFHandler- Parameters:
theStmt- the statement
-
end
public void end()Description copied from interface:RDFHandlerNotification that processing has finished- Specified by:
endin interfaceRDFHandler
-