com.hp.hpl.jena.extras.tools.notations.likeN3
Class Parser

java.lang.Object
  extended by com.hp.hpl.jena.extras.tools.notations.likeN3.Parser

public class Parser
extends java.lang.Object


Nested Class Summary
static class Parser.GAP
           
 
Field Summary
protected  State s
           
 
Constructor Summary
Parser(java.lang.String source)
           
 
Method Summary
protected  void addObjects(State s, Parser.GAP m, com.hp.hpl.jena.graph.Node subject, com.hp.hpl.jena.graph.Node predicate)
           
protected  void addPredications(State s, Parser.GAP m, com.hp.hpl.jena.graph.Node subject)
           
protected  com.hp.hpl.jena.graph.Node object(Parser.GAP m, State s)
           
 com.hp.hpl.jena.rdf.model.Model parseInto(com.hp.hpl.jena.rdf.model.Model m)
           
protected  com.hp.hpl.jena.rdf.model.Resource resource(com.hp.hpl.jena.rdf.model.Model m, State s, Parser.GAP g)
           
 com.hp.hpl.jena.rdf.model.Resource resourceIn(com.hp.hpl.jena.rdf.model.Model m)
           
protected  void statement(State s, Parser.GAP m)
           
protected  void toplevel(State s, Parser.GAP g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

protected State s
Constructor Detail

Parser

public Parser(java.lang.String source)
Method Detail

parseInto

public com.hp.hpl.jena.rdf.model.Model parseInto(com.hp.hpl.jena.rdf.model.Model m)

resourceIn

public com.hp.hpl.jena.rdf.model.Resource resourceIn(com.hp.hpl.jena.rdf.model.Model m)

toplevel

protected void toplevel(State s,
                        Parser.GAP g)

resource

protected com.hp.hpl.jena.rdf.model.Resource resource(com.hp.hpl.jena.rdf.model.Model m,
                                                      State s,
                                                      Parser.GAP g)

statement

protected void statement(State s,
                         Parser.GAP m)

addPredications

protected void addPredications(State s,
                               Parser.GAP m,
                               com.hp.hpl.jena.graph.Node subject)

addObjects

protected void addObjects(State s,
                          Parser.GAP m,
                          com.hp.hpl.jena.graph.Node subject,
                          com.hp.hpl.jena.graph.Node predicate)

object

protected com.hp.hpl.jena.graph.Node object(Parser.GAP m,
                                            State s)