org.openjena.riot.system
Class RiotLib

java.lang.Object
  extended by org.openjena.riot.system.RiotLib

public class RiotLib
extends Object

Misc RIOT code


Constructor Summary
RiotLib()
           
 
Method Summary
static com.hp.hpl.jena.graph.Node parse(String string)
          Parse a string to get one Node (the first token in the string)
static ParserProfile profile(Lang lang, String baseIRI)
           
static ParserProfile profile(Lang lang, String baseIRI, ErrorHandler handler)
           
static ParserProfile profile(String baseIRI, boolean resolveIRIs, boolean checking, ErrorHandler handler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiotLib

public RiotLib()
Method Detail

parse

public static com.hp.hpl.jena.graph.Node parse(String string)
Parse a string to get one Node (the first token in the string)


profile

public static ParserProfile profile(Lang lang,
                                    String baseIRI)

profile

public static ParserProfile profile(Lang lang,
                                    String baseIRI,
                                    ErrorHandler handler)

profile

public static ParserProfile profile(String baseIRI,
                                    boolean resolveIRIs,
                                    boolean checking,
                                    ErrorHandler handler)


Licenced under the Apache License, Version 2.0