com.ldodds.twinkle.sparql
Class XMLResultSetFormatter

java.lang.Object
  extended by com.ldodds.twinkle.sparql.XMLResultSetFormatter
All Implemented Interfaces:
ResultSetFormatter

public class XMLResultSetFormatter
extends java.lang.Object
implements ResultSetFormatter

Author:
ccslrd

Constructor Summary
XMLResultSetFormatter(javax.swing.JTextArea text)
           
 
Method Summary
 void display(Query query, ResultSet results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLResultSetFormatter

public XMLResultSetFormatter(javax.swing.JTextArea text)
Method Detail

display

public void display(Query query,
                    ResultSet results)
Specified by:
display in interface ResultSetFormatter