org.apache.jena.riot.lang
Class LangBase

java.lang.Object
  extended by org.apache.jena.riot.lang.LangEngine
      extended by org.apache.jena.riot.lang.LangBase
All Implemented Interfaces:
LangRIOT
Direct Known Subclasses:
LangNTuple, LangRDFJSON, LangTurtleBase

public abstract class LangBase
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.apache.jena.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