Class RIOT

java.lang.Object
org.apache.jena.riot.RIOT

public class RIOT extends Object
  • Field Details

    • riotIRI

      public static final String riotIRI
      IRI for RIOT
      See Also:
    • NAME

      public static final String NAME
      The product name
      See Also:
    • VERSION

      public static final String VERSION
    • PATH

      public static final String PATH
      The root package name for RIOT
      See Also:
    • multilineLiterals

      public static final Symbol multilineLiterals
      Control of multiline literals
    • symRDFXML0

      @Deprecated public static Symbol symRDFXML0
      Deprecated.
      Do not use! This will be removed.
      Access to the original legacy RDF/XML parser Use Lang constant RRX.RDFXML_ARP0
    • symTurtleDirectiveStyle

      public static final Symbol symTurtleDirectiveStyle
      Printing style - PREFIX or @prefix - DirectiveStyle, one of AT or KEYWORD.

      The context value is:

    • symTurtleOmitBase

      public static final Symbol symTurtleOmitBase
      Printing style. Whether to output "BASE"/"@base" (according to symTurtleDirectiveStyle or not. BASE is normally written if there is a base URI passed to the writer or, for a streaming writer, if StreamRDF.base(java.lang.String) is called. If this context setting is set true, then do not output BASE even when given.
    • symTurtleIndentStyle

      public static final Symbol symTurtleIndentStyle
      Printing style. Whether to use a "wide" or "long" indentation style.
  • Constructor Details

    • RIOT

      public RIOT()
  • Method Details

    • getContext

      public static Context getContext()
    • init

      public static void init()
    • register

      public static void register()
    • getVersion

      public static String getVersion()