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

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

public abstract class LangBase<X>
extends java.lang.Object
implements LangRIOT

Common operations for RIOT parsers


Method Summary
 ParserProfile getProfile()
           
 void parse()
           
 void setProfile(ParserProfile profile)
           
 
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

getProfile

public ParserProfile getProfile()
Specified by:
getProfile in interface LangRIOT

setProfile

public void setProfile(ParserProfile profile)
Specified by:
setProfile in interface LangRIOT

parse

public void parse()
Specified by:
parse in interface LangRIOT


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.