org.w3c.rdf.util.xml
Class DumpConsumer

java.lang.Object
  |
  +--org.w3c.rdf.util.xml.DumpConsumer

public class DumpConsumer
extends java.lang.Object
implements RDFConsumer


Constructor Summary
DumpConsumer()
           
 
Method Summary
 void addStatement(Statement s)
           
 void endModel()
           
 NodeFactory getNodeFactory()
           
 void startModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpConsumer

public DumpConsumer()
Method Detail

startModel

public void startModel()
Specified by:
startModel in interface RDFConsumer

endModel

public void endModel()
Specified by:
endModel in interface RDFConsumer

getNodeFactory

public NodeFactory getNodeFactory()
Specified by:
getNodeFactory in interface RDFConsumer

addStatement

public void addStatement(Statement s)
Specified by:
addStatement in interface RDFConsumer