Uses of Interface
org.apache.jena.graph.NodeVisitor
Packages that use NodeVisitor
Package
Description
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
-
Uses of NodeVisitor in org.apache.jena.graph
Methods in org.apache.jena.graph with parameters of type NodeVisitorModifier and TypeMethodDescriptionNode_ANY.visitWith(NodeVisitor v) Node_Blank.visitWith(NodeVisitor v) Node_Ext.visitWith(NodeVisitor v) Node_Graph.visitWith(NodeVisitor v) Node_Literal.visitWith(NodeVisitor v) Node_Triple.visitWith(NodeVisitor v) Node_URI.visitWith(NodeVisitor v) Node_Variable.visitWith(NodeVisitor v) abstract ObjectNode.visitWith(NodeVisitor v) Visit a Node and dispatch on it to the appropriate method from the NodeVisitorv.