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

java.lang.Object
  extended by com.hp.hpl.jena.sparql.resultset.SPARQLResult
      extended by com.hp.hpl.jena.sparql.resultset.JSONInput

public class JSONInput
extends SPARQLResult


Constructor Summary
JSONInput()
           
JSONInput(InputStream in)
           
JSONInput(InputStream in, Model model)
           
 
Method Summary
static boolean booleanFromJSON(InputStream input)
           
static ResultSet fromJSON(InputStream input)
           
static SPARQLResult make(InputStream input)
           
static SPARQLResult make(InputStream input, Model model)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.resultset.SPARQLResult
getBooleanResult, getModel, getResultSet, isBoolean, isGraph, isHasBeenSet, isModel, isResultSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONInput

public JSONInput()

JSONInput

public JSONInput(InputStream in)

JSONInput

public JSONInput(InputStream in,
                 Model model)
Method Detail

fromJSON

public static ResultSet fromJSON(InputStream input)

booleanFromJSON

public static boolean booleanFromJSON(InputStream input)

make

public static SPARQLResult make(InputStream input)

make

public static SPARQLResult make(InputStream input,
                                Model model)


Licenced under the Apache License, Version 2.0