| java.lang.Object com.hp.hpl.jena.n3.N3EventPrinter
N3EventPrinter | public class N3EventPrinter implements N3ParserEventHandler(Code) | | author: Andy Seaborne version: $Id: N3EventPrinter.java,v 1.12 2008/01/02 12:04:48 andy_seaborne Exp $ |
Method Summary | |
public void | directive(int line, AST directive, AST[] args, String context) | public void | endDocument() | public void | endFormula(int line, String context) | public void | error(Exception ex, String message) | public static String | formatSlot(AST slot) | public void | quad(int line, AST subj, AST prop, AST obj, String context) | public void | startDocument() | public void | startFormula(int line, String context) |
printStartFinish | public boolean printStartFinish(Code) | | |
N3EventPrinter | public N3EventPrinter(PrintWriter _out)(Code) | | Best not to use a PrintWriter, but use an OutputStreamWriter (buffered)
with charset "UTF-8".
|
directive | public void directive(int line, AST directive, AST[] args, String context)(Code) | | |
endDocument | public void endDocument()(Code) | | |
endFormula | public void endFormula(int line, String context)(Code) | | |
quad | public void quad(int line, AST subj, AST prop, AST obj, String context)(Code) | | |
startDocument | public void startDocument()(Code) | | |
startFormula | public void startFormula(int line, String context)(Code) | | |
|
|