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.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void handleNamespace(String prefix, String uri)
handleNamespace in interface org.openrdf.rio.RDFHandlerpublic void handleStatement(org.openrdf.model.Statement stmt)
handleStatement in interface org.openrdf.rio.RDFHandlerpublic void handleComment(String comment)
handleComment in interface org.openrdf.rio.RDFHandlerpublic void endRDF()
throws org.openrdf.rio.RDFHandlerException
endRDF in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.