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

java.lang.Object
  extended by org.openjena.riot.lang.LangEngine
      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).


Field Summary
static boolean strict
           
 
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
 

Field Detail

strict

public static boolean strict
Method Detail

getCurrentGraph

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

setCurrentGraph

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


Licenced under the Apache License, Version 2.0