Class ResultSetLang

java.lang.Object
org.apache.jena.riot.resultset.ResultSetLang

public class ResultSetLang extends Object
Lang related to SPARQL result sets.
  • Field Details

    • RS_XML

      public static final Lang RS_XML
      SPARQL results in XML syntax
    • RS_JSON

      public static final Lang RS_JSON
    • RS_CSV

      public static final Lang RS_CSV
    • RS_TSV

      public static final Lang RS_TSV
    • RS_Thrift

      public static final Lang RS_Thrift
    • RS_Protobuf

      public static final Lang RS_Protobuf
    • RS_Text

      public static final Lang RS_Text
    • RS_None

      public static final Lang RS_None
  • Method Details

    • init

      public static void init()
      System initialization function
    • isRegistered

      public static boolean isRegistered(Lang lang)
      Is a lang a registered ResultSetLang?
      Parameters:
      lang -