org.topbraid.xml.rx
Interface IX2RHandler


public interface IX2RHandler


Method Summary
 void handleAdd(com.hp.hpl.jena.rdf.model.Resource subject, com.hp.hpl.jena.rdf.model.Property predicate, com.hp.hpl.jena.rdf.model.RDFNode object)
          Called by the X2R parser for each triple that is added.
 void handleRemove(com.hp.hpl.jena.rdf.model.Resource subject, com.hp.hpl.jena.rdf.model.Property predicate, com.hp.hpl.jena.rdf.model.RDFNode object)
          Called by the X2R parser for each triple that is removed.
 

Method Detail

handleAdd

void handleAdd(com.hp.hpl.jena.rdf.model.Resource subject,
               com.hp.hpl.jena.rdf.model.Property predicate,
               com.hp.hpl.jena.rdf.model.RDFNode object)
Called by the X2R parser for each triple that is added.


handleRemove

void handleRemove(com.hp.hpl.jena.rdf.model.Resource subject,
                  com.hp.hpl.jena.rdf.model.Property predicate,
                  com.hp.hpl.jena.rdf.model.RDFNode object)
Called by the X2R parser for each triple that is removed.