org.openjena.riot.checker
Class CheckerVisitor
java.lang.Object
org.openjena.riot.checker.CheckerVisitor
- All Implemented Interfaces:
- com.hp.hpl.jena.graph.NodeVisitor
public class CheckerVisitor
- extends java.lang.Object
- implements com.hp.hpl.jena.graph.NodeVisitor
|
Method Summary |
java.lang.Object |
visitAny(com.hp.hpl.jena.graph.Node_ANY it)
|
java.lang.Object |
visitBlank(com.hp.hpl.jena.graph.Node_Blank it,
com.hp.hpl.jena.rdf.model.AnonId id)
|
java.lang.Object |
visitLiteral(com.hp.hpl.jena.graph.Node_Literal it,
com.hp.hpl.jena.graph.impl.LiteralLabel lit)
|
java.lang.Object |
visitURI(com.hp.hpl.jena.graph.Node_URI it,
java.lang.String uri)
|
java.lang.Object |
visitVariable(com.hp.hpl.jena.graph.Node_Variable it,
java.lang.String name)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckerVisitor
public CheckerVisitor()
visitAny
public java.lang.Object visitAny(com.hp.hpl.jena.graph.Node_ANY it)
- Specified by:
visitAny in interface com.hp.hpl.jena.graph.NodeVisitor
visitBlank
public java.lang.Object visitBlank(com.hp.hpl.jena.graph.Node_Blank it,
com.hp.hpl.jena.rdf.model.AnonId id)
- Specified by:
visitBlank in interface com.hp.hpl.jena.graph.NodeVisitor
visitLiteral
public java.lang.Object visitLiteral(com.hp.hpl.jena.graph.Node_Literal it,
com.hp.hpl.jena.graph.impl.LiteralLabel lit)
- Specified by:
visitLiteral in interface com.hp.hpl.jena.graph.NodeVisitor
visitURI
public java.lang.Object visitURI(com.hp.hpl.jena.graph.Node_URI it,
java.lang.String uri)
- Specified by:
visitURI in interface com.hp.hpl.jena.graph.NodeVisitor
visitVariable
public java.lang.Object visitVariable(com.hp.hpl.jena.graph.Node_Variable it,
java.lang.String name)
- Specified by:
visitVariable in interface com.hp.hpl.jena.graph.NodeVisitor
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.