|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RDFVisitor
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Object visitBlank(Resource r,
AnonId id)
r - the blank RDF node being visitedid - the identifier of that node
Object visitURI(Resource r,
String uri)
r - the URI node being visiteduri - the URI string of that node
Object visitLiteral(Literal l)
l - the RDF Literal node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||