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
 Object Node_ANY.visitWith(NodeVisitor v)
           
 Object Node_Variable.visitWith(NodeVisitor v)
           
 Object Node_URI.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_Blank.visitWith(NodeVisitor v)
           
 Object Node_NULL.visitWith(NodeVisitor v)
           
 Object Node_Literal.visitWith(NodeVisitor v)
           
 



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP