|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeVisitor | |
---|---|
com.hp.hpl.jena.graph | This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. |
Uses of NodeVisitor in com.hp.hpl.jena.graph |
---|
Methods in com.hp.hpl.jena.graph with parameters of type NodeVisitor | |
---|---|
Object |
Node_Literal.visitWith(NodeVisitor v)
|
Object |
Node_Blank.visitWith(NodeVisitor v)
|
Object |
Node_URI.visitWith(NodeVisitor v)
|
Object |
Node_ANY.visitWith(NodeVisitor v)
|
abstract Object |
Node.visitWith(NodeVisitor v)
Visit a Node and dispatch on it to the appropriate method from the NodeVisitor v . |
Object |
Node_Variable.visitWith(NodeVisitor v)
|
Object |
Node_NULL.visitWith(NodeVisitor v)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |