Package org.apache.jena.riot.resultset
Class ResultSetLang
- java.lang.Object
-
- org.apache.jena.riot.resultset.ResultSetLang
-
public class ResultSetLang extends java.lang.Object
TheRS_*
is the preferred constant
-
-
Field Summary
Fields Modifier and Type Field Description static Lang
RS_CSV
static Lang
RS_JSON
static Lang
RS_None
static Lang
RS_Text
static Lang
RS_Thrift
static Lang
RS_TSV
static Lang
RS_XML
SPARQL results in XML syntaxstatic Lang
SPARQLResultSetCSV
Deprecated.UseRS_CSV
.static Lang
SPARQLResultSetJSON
Deprecated.UseRS_JSON
.static Lang
SPARQLResultSetNone
Deprecated.UseRS_None
.static Lang
SPARQLResultSetText
Deprecated.UseRS_Text
.static Lang
SPARQLResultSetThrift
Deprecated.UseRS_Thrift
.static Lang
SPARQLResultSetTSV
Deprecated.UseRS_TSV
.static Lang
SPARQLResultSetXML
Deprecated.UseRS_XML
.
-
Constructor Summary
Constructors Constructor Description ResultSetLang()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
init()
-
-
-
Field Detail
-
RS_XML
public static final Lang RS_XML
SPARQL results in XML syntax
-
RS_JSON
public static final Lang RS_JSON
-
SPARQLResultSetJSON
@Deprecated public static final Lang SPARQLResultSetJSON
Deprecated.UseRS_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
-
SPARQLResultSetThrift
@Deprecated public static final Lang SPARQLResultSetThrift
Deprecated.UseRS_Thrift
.
-
RS_Text
public static final Lang RS_Text
-
SPARQLResultSetText
@Deprecated public static final Lang SPARQLResultSetText
Deprecated.UseRS_Text
.
-
RS_None
public static final Lang RS_None
-
-