public class VerificationListener extends org.eclipse.rdf4j.rio.helpers.AbstractRDFHandler implements org.eclipse.rdf4j.rio.ParseErrorListener
| Constructor and Description |
|---|
VerificationListener(ConsoleIO consoleIO)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
error(String msg,
long lineNo,
long colNo) |
void |
fatalError(String msg,
long lineNo,
long colNo) |
int |
getErrors()
Get number of errors
|
int |
getStatements()
Get number of statements
|
int |
getWarnings()
Get number of warnings
|
void |
handleStatement(org.eclipse.rdf4j.model.Statement statement) |
void |
warning(String msg,
long lineNo,
long colNo) |
endRDF, handleComment, handleNamespace, startRDFpublic VerificationListener(ConsoleIO consoleIO)
consoleIO - public int getWarnings()
public int getErrors()
public int getStatements()
public void handleStatement(org.eclipse.rdf4j.model.Statement statement) throws org.eclipse.rdf4j.rio.RDFHandlerException
handleStatement in interface org.eclipse.rdf4j.rio.RDFHandlerhandleStatement in class org.eclipse.rdf4j.rio.helpers.AbstractRDFHandlerorg.eclipse.rdf4j.rio.RDFHandlerExceptionpublic void warning(String msg, long lineNo, long colNo)
warning in interface org.eclipse.rdf4j.rio.ParseErrorListenerpublic void error(String msg, long lineNo, long colNo)
error in interface org.eclipse.rdf4j.rio.ParseErrorListenerpublic void fatalError(String msg, long lineNo, long colNo)
fatalError in interface org.eclipse.rdf4j.rio.ParseErrorListenerCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.