- All Known Subinterfaces:
ARPEventHandler
public interface StatementHandler
The callback from a reader to an RDF application.
Each triple in the input file causes a call on one of the statement methods.
The same triple may occur more than once in a file, causing repeat calls
to the method.
-
Method Summary
-
Method Details
-
statement
A triple in the file.- Parameters:
subj
- The subject.pred
- The property.obj
- The object.
-
statement
A triple in the file.- Parameters:
subj
- The subject.pred
- The property.lit
- The object.
-