public class NormalizingRdfHandler extends DelegatingRdfHandler
| Constructor and Description |
|---|
NormalizingRdfHandler(org.openrdf.rio.RDFHandler next) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleNamespace(String prefix,
String uri) |
void |
handleStatement(org.openrdf.model.Statement statement) |
endRDF, handleComment, startRDFpublic NormalizingRdfHandler(org.openrdf.rio.RDFHandler next)
public void handleNamespace(String prefix, String uri) throws org.openrdf.rio.RDFHandlerException
handleNamespace in interface org.openrdf.rio.RDFHandlerhandleNamespace in class DelegatingRdfHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void handleStatement(org.openrdf.model.Statement statement)
throws org.openrdf.rio.RDFHandlerException
handleStatement in interface org.openrdf.rio.RDFHandlerhandleStatement in class DelegatingRdfHandlerorg.openrdf.rio.RDFHandlerExceptionCopyright © 2016. All rights reserved.