org.apache.jena.riot.lang
Class LangNull

java.lang.Object
  extended by org.apache.jena.riot.lang.LangNull
All Implemented Interfaces:
LangRIOT

public class LangNull
extends Object
implements LangRIOT

Dummy language


Constructor Summary
LangNull()
           
 
Method Summary
 Lang getLang()
           
 ParserProfile getProfile()
           
 void parse()
           
 void setProfile(ParserProfile profile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LangNull

public LangNull()
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

getLang

public Lang getLang()
Specified by:
getLang in interface LangRIOT


Licenced under the Apache License, Version 2.0