org.openjena.riot.lang
Class LangRDFXML

java.lang.Object
  extended by org.openjena.riot.lang.LangRDFXML
All Implemented Interfaces:
LangRIOT

public class LangRDFXML
extends Object
implements LangRIOT


Method Summary
static LangRDFXML create(InputStream in, String xmlBase, String filename, ErrorHandler errorHandler, Sink<com.hp.hpl.jena.graph.Triple> sink)
           
static LangRDFXML create(String xmlBase, String filename, ErrorHandler errorHandler, Sink<com.hp.hpl.jena.graph.Triple> sink)
           
 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
 

Method Detail

getProfile

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

setProfile

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

create

public static LangRDFXML create(InputStream in,
                                String xmlBase,
                                String filename,
                                ErrorHandler errorHandler,
                                Sink<com.hp.hpl.jena.graph.Triple> sink)

create

public static LangRDFXML create(String xmlBase,
                                String filename,
                                ErrorHandler errorHandler,
                                Sink<com.hp.hpl.jena.graph.Triple> sink)

getLang

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

parse

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


Licenced under the Apache License, Version 2.0