public interface RDFVisitor
| Modifier and Type | Method and Description |
|---|---|
Object |
visitBlank(Resource r,
AnonId id)
Method to call when visiting a blank node r with identifier id.
|
Object |
visitLiteral(Literal l)
Method to call when visiting a literal RDF node l.
|
default Object |
visitStmt(Resource r,
Statement statement)
Method to call when visiting a resource with a statement.
|
Object |
visitURI(Resource r,
String uri)
Method to call when visiting a URI node r with the given uri.
|
Object visitBlank(Resource r, AnonId id)
r - the blank RDF node being visitedid - the identifier of that nodeObject visitURI(Resource r, String uri)
r - the URI node being visiteduri - the URI string of that nodedefault Object visitStmt(Resource r, Statement statement)
r - the resource node being visitedstatement - the statement of that nodeLicenced under the Apache License, Version 2.0