Uses of Interface
com.hp.hpl.jena.graph.NodeVisitor

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
 java.lang.Object Node_Variable.visitWith(NodeVisitor v)
           
 java.lang.Object Node_URI.visitWith(NodeVisitor v)
           
 java.lang.Object Node_Literal.visitWith(NodeVisitor v)
           
 java.lang.Object Node_Blank.visitWith(NodeVisitor v)
           
 java.lang.Object Node_ANY.visitWith(NodeVisitor v)
           
abstract  java.lang.Object Node.visitWith(NodeVisitor v)
          Visit a Node and dispatch on it to the appropriate method from the NodeVisitor v.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.