|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.resultset.SPARQLResult
com.hp.hpl.jena.sparql.resultset.JSONInput
public class JSONInput
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 |
---|
public JSONInput()
public JSONInput(InputStream in)
public JSONInput(InputStream in, com.hp.hpl.jena.rdf.model.Model model)
Method Detail |
---|
public static void main(String... args) throws Exception
Exception
public static ResultSet fromJSON(InputStream input)
public static SPARQLResult make(InputStream input, com.hp.hpl.jena.rdf.model.Model model)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |