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.
|
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 nodeLicenced under the Apache License, Version 2.0