| java.lang.Object com.hp.hpl.jena.n3.N3Parser
N3Parser | public class N3Parser implements N3AntlrParserTokenTypes(Code) | | The formal interface to the N3 parser. Wraps up the antlr parser and lexer.
author: Andy Seaborne version: $Id: N3Parser.java,v 1.10 2008/01/02 12:04:48 andy_seaborne Exp $ |
parse | public void parse() throws antlr.RecognitionException, TokenStreamException(Code) | | Call the top level parser rule
|
|
|