|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.triple.application.RDFRemove
Implementation of Callback to invoke XSB directly via JNI for RDF files.
| Constructor Summary | |
RDFRemove(XSBCoreIntf xsbCore)
Constructor. |
|
| Method Summary | |
void |
addStatement(Statement s)
This method is called by the RDF parser for every statement that is loaded. |
void |
endModel()
end is called when parsing of data is ended |
NodeFactory |
getNodeFactory()
node factory to be used by the parser for creating resources and literals passed to addStatement |
void |
setRDFNamespace(Resource ns)
Set rdf namespace. |
void |
setRDFNamespace(java.lang.String ns,
java.lang.String localName)
Set rdf namespace. |
void |
startModel()
start is called when parsing of data is started |
void |
statement(AResource subj,
AResource pred,
ALiteral lit)
ARP callback |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RDFRemove(XSBCoreIntf xsbCore)
| Method Detail |
public void setRDFNamespace(java.lang.String ns,
java.lang.String localName)
public void setRDFNamespace(Resource ns)
public void startModel()
throws ModelException
ModelException
public void endModel()
throws ModelException
ModelException
public NodeFactory getNodeFactory()
throws ModelException
ModelException
public void addStatement(Statement s)
throws ModelException
ModelException
public void statement(AResource subj,
AResource pred,
ALiteral lit)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||