| java.lang.Object com.hp.hpl.jena.n3.N3toRDF
N3toRDF | public class N3toRDF implements N3ParserEventHandler(Code) | | author: Andy Seaborne version: $Id: N3toRDF.java,v 1.38 2008/01/02 12:04:49 andy_seaborne Exp $ |
Method Summary | |
public void | deprecated(Exception ex, String message) | public void | deprecated(String message) | 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 void | error(String message) | public void | quad(int line, AST subj, AST prop, AST obj, String context) | public void | startDocument() | public void | startFormula(int line, String context) | public void | warning(Exception ex, String message) | public void | warning(String message) |
allowKeywordA | boolean allowKeywordA(Code) | | |
allowPropertySymbols | boolean allowPropertySymbols(Code) | | |
log | protected static Log log(Code) | | |
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) | | |
|
|