public class RDFHandlerAdapter extends Object implements org.openrdf.rio.RDFHandler
ExtractionResult
. Used to feed output from Sesame's
RDF parsers into Any23.Constructor and Description |
---|
RDFHandlerAdapter(ExtractionResult target) |
Modifier and Type | Method and Description |
---|---|
void |
endRDF() |
void |
handleComment(String comment) |
void |
handleNamespace(String prefix,
String uri) |
void |
handleStatement(org.openrdf.model.Statement stmt) |
void |
startRDF() |
public RDFHandlerAdapter(ExtractionResult target)
public void startRDF() throws org.openrdf.rio.RDFHandlerException
startRDF
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
public void handleNamespace(String prefix, String uri)
handleNamespace
in interface org.openrdf.rio.RDFHandler
public void handleStatement(org.openrdf.model.Statement stmt)
handleStatement
in interface org.openrdf.rio.RDFHandler
public void handleComment(String comment)
handleComment
in interface org.openrdf.rio.RDFHandler
public void endRDF() throws org.openrdf.rio.RDFHandlerException
endRDF
in interface org.openrdf.rio.RDFHandler
org.openrdf.rio.RDFHandlerException
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.