org.apache.jena.riot.lang
Class LangCSV

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

public class LangCSV
extends Object
implements LangRIOT


Field Summary
static String CSV_PREFIX
           
static String CSV_ROW
           
 
Constructor Summary
LangCSV(InputStream in, String xmlBase, String filename, ErrorHandler errorHandler, StreamRDF sink)
           
LangCSV(Reader reader, String xmlBase, String filename, ErrorHandler errorHandler, StreamRDF sink)
           
 
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
 

Field Detail

CSV_PREFIX

public static final String CSV_PREFIX
See Also:
Constant Field Values

CSV_ROW

public static final String CSV_ROW
See Also:
Constant Field Values
Constructor Detail

LangCSV

public LangCSV(Reader reader,
               String xmlBase,
               String filename,
               ErrorHandler errorHandler,
               StreamRDF sink)

LangCSV

public LangCSV(InputStream in,
               String xmlBase,
               String filename,
               ErrorHandler errorHandler,
               StreamRDF sink)
Method Detail

getLang

public Lang getLang()
Specified by:
getLang 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

parse

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


Licenced under the Apache License, Version 2.0