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

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

public abstract class LangBase<X>
extends LangEngine
implements LangRIOT


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

parse

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

getProfile

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

setProfile

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


Licenced under the Apache License, Version 2.0