| java.lang.Object com.hp.hpl.jena.n3.NullN3EventHandler com.hp.hpl.jena.n3.N3ErrorPrinter
N3ErrorPrinter | public class N3ErrorPrinter extends NullN3EventHandler (Code) | | author: Andy Seaborne version: $Id: N3ErrorPrinter.java,v 1.11 2008/01/02 12:04:49 andy_seaborne Exp $ |
N3ErrorPrinter | public N3ErrorPrinter(PrintWriter _out)(Code) | | Best not to use a PrintWriter, but use an OutputStreamWriter (buffered)
with charset "UTF-8".
|
Methods inherited from com.hp.hpl.jena.n3.NullN3EventHandler | public void deprecated(Exception ex, String message)(Code)(Java Doc) public void directive(int line, AST directive, AST[] args, String context)(Code)(Java Doc) public void endDocument()(Code)(Java Doc) public void endFormula(int line, String context)(Code)(Java Doc) public void error(Exception ex, String message)(Code)(Java Doc) public void quad(int line, AST subj, AST prop, AST obj, String context)(Code)(Java Doc) public void startDocument()(Code)(Java Doc) public void startFormula(int line, String context)(Code)(Java Doc) public void warning(Exception ex, String message)(Code)(Java Doc)
|
|
|