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, com.hp.hpl.jena.rdf.model.Model model)
           
 
Method Summary
static ResultSet fromJSON(InputStream input)
           
static void main(String... args)
           
static SPARQLResult make(InputStream input, com.hp.hpl.jena.rdf.model.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,
                 com.hp.hpl.jena.rdf.model.Model model)
Method Detail

main

public static void main(String... args)
                 throws Exception
Throws:
Exception

fromJSON

public static ResultSet fromJSON(InputStream input)

make

public static SPARQLResult make(InputStream input,
                                com.hp.hpl.jena.rdf.model.Model model)


Licenced under the Apache License, Version 2.0