com.hp.hpl.jena.graph
Interface NodeVisitor
- public interface NodeVisitor
- Author:
- hedgehog
The NodeVisitor interface is used by Node::visitWith so that an application
can have type-dispatch on the class of a Node.
visitAny
public java.lang.Object visitAny(Node_ANY it)
visitBlank
public java.lang.Object visitBlank(Node_Blank it,
AnonId id)
visitLiteral
public java.lang.Object visitLiteral(Node_Literal it,
com.hp.hpl.jena.graph.impl.LiteralLabel lit)
visitURI
public java.lang.Object visitURI(Node_URI it,
java.lang.String uri)
visitVariable
public java.lang.Object visitVariable(Node_Variable it,
java.lang.String name)
Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.