public class NullTripleHandler extends Object implements TripleHandler
| Constructor and Description |
|---|
NullTripleHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleBaseDirective(IRI base)
Handle base directive.
|
void |
handleComment(String comment)
Handle comment.
|
void |
handleEnd()
Handle end.
|
void |
handlePrefixDirective(String prefixName,
String prefix)
Handle prefix directive.
|
void |
handleTriple(IRI subject,
IRI predicate,
IRI object)
Handle triple.
|
void |
handleTriple(IRI subject,
IRI predicate,
String object)
Handle triple.
|
void |
handleTriple(IRI subject,
IRI predicate,
String object,
IRI datatype)
Handle triple.
|
void |
handleTriple(IRI subject,
IRI predicate,
String object,
String lang)
Handle triple.
|
public void handlePrefixDirective(String prefixName, String prefix)
TripleHandlerhandlePrefixDirective in interface TripleHandlerprefixName - the prefix nameprefix - the prefixpublic void handleBaseDirective(IRI base)
TripleHandlerhandleBaseDirective in interface TripleHandlerbase - the basepublic void handleComment(String comment)
TripleHandlerhandleComment in interface TripleHandlercomment - the commentpublic void handleTriple(IRI subject, IRI predicate, IRI object)
TripleHandlerhandleTriple in interface TripleHandlersubject - the subjectpredicate - the predicateobject - the objectpublic void handleTriple(IRI subject, IRI predicate, String object)
TripleHandlerhandleTriple in interface TripleHandlersubject - the subjectpredicate - the predicateobject - the objectpublic void handleTriple(IRI subject, IRI predicate, String object, String lang)
TripleHandlerhandleTriple in interface TripleHandlersubject - the subjectpredicate - the predicateobject - the objectlang - the langpublic void handleTriple(IRI subject, IRI predicate, String object, IRI datatype)
TripleHandlerhandleTriple in interface TripleHandlersubject - the subjectpredicate - the predicateobject - the objectdatatype - the datatypepublic void handleEnd()
TripleHandlerhandleEnd in interface TripleHandlerCopyright © 2020 The University of Manchester. All rights reserved.