Class TableWriter
- java.lang.Object
-
- org.apache.jena.sparql.algebra.table.TableWriter
-
public class TableWriter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TableWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringasSSE(Table table)static voidoutput(Table table, org.apache.jena.atlas.io.IndentedWriter out)static voidoutput(Table table, org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)
-
-
-
Method Detail
-
asSSE
public static java.lang.String asSSE(Table table)
-
output
public static void output(Table table, org.apache.jena.atlas.io.IndentedWriter out)
-
output
public static void output(Table table, org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)
-
-