Package org.apache.jena.graph
Interface NodeVisitor
public interface NodeVisitor
The NodeVisitor interface is used by Node::visitWith so that an application
can have type-dispatch on the class of a Node.
-
Method Summary
Modifier and TypeMethodDescriptionvisitBlank
(Node_Blank it, BlankNodeId id) visitGraph
(Node_Graph it, Graph graph) visitLiteral
(Node_Literal it, LiteralLabel lit) visitTriple
(Node_Triple it, Triple triple) visitVariable
(Node_Variable it, String name)
-
Method Details
-
visitAny
-
visitBlank
-
visitLiteral
-
visitURI
-
visitVariable
-
visitTriple
-
visitGraph
-