public class RDFRemover extends AbstractRDFHandler
Constructor and Description |
---|
RDFRemover(RepositoryConnection con)
Creates a new RDFRemover object that removes the data from the default context.
|
Modifier and Type | Method and Description |
---|---|
void |
enforceContext(Resource context)
Enforces the supplied context upon all statements that are reported to this RDFRemover.
|
boolean |
enforcesContext()
Checks whether this RDFRemover enforces its context upon all statements that are reported to it.
|
Resource |
getContext()
Gets the context identifier that this RDFRemover enforces upon all statements that are reported to it (in case
enforcesContext() returns true).
|
void |
handleStatement(Statement st)
Handles a statement.
|
endRDF, handleComment, handleNamespace, startRDF
public RDFRemover(RepositoryConnection con)
con
- The connection to use for the removal operations.public void enforceContext(Resource context)
context
- A Resource identifying the context, or null for the null context.public boolean enforcesContext()
public Resource getContext()
public void handleStatement(Statement st) throws RDFHandlerException
RDFHandler
handleStatement
in interface RDFHandler
handleStatement
in class AbstractRDFHandler
st
- The statement.RDFHandlerException
- If the RDF handler has encountered an unrecoverable error.Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.