org.openjena.riot
Class SysRIOT

java.lang.Object
  extended by org.openjena.riot.SysRIOT

public class SysRIOT
extends Object


Field Summary
static String BNodeGenIdPrefix
           
static EventType finishRead
           
static String riotLoggerName
           
static EventType startRead
           
static boolean StrictXSDLexicialForms
           
 
Constructor Summary
SysRIOT()
           
 
Method Summary
static String fmtMessage(String message, long line, long col)
           
static org.slf4j.Logger getLogger()
           
static void resetJenaReaders()
           
static void wireIntoJena()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

riotLoggerName

public static final String riotLoggerName
See Also:
Constant Field Values

startRead

public static final EventType startRead

finishRead

public static final EventType finishRead

StrictXSDLexicialForms

public static boolean StrictXSDLexicialForms

BNodeGenIdPrefix

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

SysRIOT

public SysRIOT()
Method Detail

fmtMessage

public static String fmtMessage(String message,
                                long line,
                                long col)

getLogger

public static org.slf4j.Logger getLogger()

wireIntoJena

public static void wireIntoJena()

resetJenaReaders

public static void resetJenaReaders()


Licenced under the Apache License, Version 2.0