org.openjena.riot.lang
Class LangTurtleBase<X>

java.lang.Object
  extended by org.openjena.riot.lang.LangBase<X>
      extended by org.openjena.riot.lang.LangTurtleBase<X>
All Implemented Interfaces:
LangRIOT
Direct Known Subclasses:
LangTriG, LangTurtle

public abstract class LangTurtleBase<X>
extends LangBase<X>

The main engine for all things Turtle-ish (Turtle, TriG).


Method Summary
 com.hp.hpl.jena.graph.Node getCurrentGraph()
           
 void setCurrentGraph(com.hp.hpl.jena.graph.Node graph)
           
 
Methods inherited from class org.openjena.riot.lang.LangBase
getProfile, parse, setProfile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openjena.riot.lang.LangRIOT
getLang
 

Method Detail

getCurrentGraph

public final com.hp.hpl.jena.graph.Node getCurrentGraph()

setCurrentGraph

public final void setCurrentGraph(com.hp.hpl.jena.graph.Node graph)


Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP