org.openjena.riot.checker
Class CheckerBlankNodes

java.lang.Object
  extended by org.openjena.riot.checker.CheckerBlankNodes
All Implemented Interfaces:
NodeChecker

public class CheckerBlankNodes
extends Object
implements NodeChecker


Constructor Summary
CheckerBlankNodes(ErrorHandler handler)
           
 
Method Summary
 boolean check(com.hp.hpl.jena.graph.Node node, long line, long col)
           
 boolean checkBlank(com.hp.hpl.jena.graph.Node node, long line, long col)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckerBlankNodes

public CheckerBlankNodes(ErrorHandler handler)
Method Detail

check

public boolean check(com.hp.hpl.jena.graph.Node node,
                     long line,
                     long col)
Specified by:
check in interface NodeChecker

checkBlank

public boolean checkBlank(com.hp.hpl.jena.graph.Node node,
                          long line,
                          long col)


Licenced under the Apache License, Version 2.0