Class ResultSetLang


  • public class ResultSetLang
    extends java.lang.Object
    The RS_* is the preferred constant
    • Field Detail

      • RS_XML

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

        @Deprecated
        public static final Lang SPARQLResultSetXML
        Deprecated.
        Use RS_XML.
      • RS_JSON

        public static final Lang RS_JSON
      • SPARQLResultSetJSON

        @Deprecated
        public static final Lang SPARQLResultSetJSON
        Deprecated.
        Use RS_JSON.
      • RS_CSV

        public static final Lang RS_CSV
      • SPARQLResultSetCSV

        @Deprecated
        public static final Lang SPARQLResultSetCSV
        Deprecated.
        Use RS_CSV.
      • RS_TSV

        public static final Lang RS_TSV
      • SPARQLResultSetTSV

        @Deprecated
        public static final Lang SPARQLResultSetTSV
        Deprecated.
        Use RS_TSV.
      • RS_Thrift

        public static final Lang RS_Thrift
      • SPARQLResultSetThrift

        @Deprecated
        public static final Lang SPARQLResultSetThrift
        Deprecated.
      • RS_Text

        public static final Lang RS_Text
      • SPARQLResultSetText

        @Deprecated
        public static final Lang SPARQLResultSetText
        Deprecated.
        Use RS_Text.
      • RS_None

        public static final Lang RS_None
      • SPARQLResultSetNone

        @Deprecated
        public static final Lang SPARQLResultSetNone
        Deprecated.
        Use RS_None.
    • Constructor Detail

      • ResultSetLang

        public ResultSetLang()
    • Method Detail

      • init

        public static void init()