com.hp.hpl.jena.sparql.resultset
Class OutputBase

java.lang.Object
  extended by com.hp.hpl.jena.sparql.resultset.OutputBase
All Implemented Interfaces:
OutputFormatter
Direct Known Subclasses:
CSVOutput, JSONOutput, TextOutput, TSVOutput, XMLOutput

public abstract class OutputBase
extends Object
implements OutputFormatter


Constructor Summary
OutputBase()
           
 
Method Summary
 String asString(boolean booleanResult)
           
 String asString(ResultSet resultSet)
          Turn into a string
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sparql.resultset.OutputFormatter
format, format
 

Constructor Detail

OutputBase

public OutputBase()
Method Detail

asString

public String asString(ResultSet resultSet)
Description copied from interface: OutputFormatter
Turn into a string

Specified by:
asString in interface OutputFormatter

asString

public String asString(boolean booleanResult)


Licenced under the Apache License, Version 2.0