com.hp.hpl.jena.sparql.algebra.table
Class TableWriter

java.lang.Object
  extended by com.hp.hpl.jena.sparql.algebra.table.TableWriter

public class TableWriter
extends Object


Constructor Summary
TableWriter()
           
 
Method Summary
static String asSSE(Table table)
           
static void output(Table table, IndentedWriter out)
           
static void output(Table table, IndentedWriter out, SerializationContext sCxt)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableWriter

public TableWriter()
Method Detail

asSSE

public static String asSSE(Table table)

output

public static void output(Table table,
                          IndentedWriter out)

output

public static void output(Table table,
                          IndentedWriter out,
                          SerializationContext sCxt)


Licenced under the Apache License, Version 2.0