public class GraphLoadHandler
extends org.openrdf.rio.helpers.RDFHandlerBase
| Constructor and Description |
|---|
GraphLoadHandler(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.model.URI |
getQuadContext() |
void |
handleNamespace(String prefix,
String name) |
void |
handleStatement(org.openrdf.model.Statement statement) |
void |
setQuadContext(org.openrdf.model.URI quadContext) |
public GraphLoadHandler(Graph graph)
public void handleNamespace(String prefix, String name) throws org.openrdf.rio.RDFHandlerException
handleNamespace in interface org.openrdf.rio.RDFHandlerhandleNamespace in class org.openrdf.rio.helpers.RDFHandlerBaseorg.openrdf.rio.RDFHandlerExceptionpublic void handleStatement(org.openrdf.model.Statement statement)
throws org.openrdf.rio.RDFHandlerException
handleStatement in interface org.openrdf.rio.RDFHandlerhandleStatement in class org.openrdf.rio.helpers.RDFHandlerBaseorg.openrdf.rio.RDFHandlerExceptionpublic org.openrdf.model.URI getQuadContext()
public void setQuadContext(org.openrdf.model.URI quadContext)
Copyright © 2019. All rights reserved.