org.openanzo.atom.client
Class RepositoryRDFHandler

java.lang.Object
  extended by org.openanzo.atom.client.RepositoryRDFHandler
All Implemented Interfaces:
org.openrdf.rio.RDFHandler

public class RepositoryRDFHandler
extends java.lang.Object
implements org.openrdf.rio.RDFHandler


Constructor Summary
RepositoryRDFHandler(org.openrdf.repository.Repository r)
           
 
Method Summary
 void endRDF()
           
 java.util.Map<java.lang.String,java.lang.String> getNamespaces()
           
 void handleComment(java.lang.String comment)
           
 void handleNamespace(java.lang.String prefix, java.lang.String uri)
           
 void handleStatement(org.openrdf.model.Statement st)
           
 void startRDF()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryRDFHandler

public RepositoryRDFHandler(org.openrdf.repository.Repository r)
Method Detail

endRDF

public void endRDF()
            throws org.openrdf.rio.RDFHandlerException
Specified by:
endRDF in interface org.openrdf.rio.RDFHandler
Throws:
org.openrdf.rio.RDFHandlerException

handleComment

public void handleComment(java.lang.String comment)
                   throws org.openrdf.rio.RDFHandlerException
Specified by:
handleComment in interface org.openrdf.rio.RDFHandler
Throws:
org.openrdf.rio.RDFHandlerException

handleNamespace

public void handleNamespace(java.lang.String prefix,
                            java.lang.String uri)
                     throws org.openrdf.rio.RDFHandlerException
Specified by:
handleNamespace in interface org.openrdf.rio.RDFHandler
Throws:
org.openrdf.rio.RDFHandlerException

handleStatement

public void handleStatement(org.openrdf.model.Statement st)
                     throws org.openrdf.rio.RDFHandlerException
Specified by:
handleStatement in interface org.openrdf.rio.RDFHandler
Throws:
org.openrdf.rio.RDFHandlerException

startRDF

public void startRDF()
              throws org.openrdf.rio.RDFHandlerException
Specified by:
startRDF in interface org.openrdf.rio.RDFHandler
Throws:
org.openrdf.rio.RDFHandlerException

getNamespaces

public java.util.Map<java.lang.String,java.lang.String> getNamespaces()


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.