Method | Description | |
---|---|---|
FromSparqlXmlResult ( Stream inputStream ) : |
Reads the given "SPARQL Query Results XML Format" stream into an ASK query result
|
|
FromSparqlXmlResult ( String filepath ) : |
Reads the given "SPARQL Query Results XML Format" file into an ASK query result
|
|
ToSparqlXmlResult ( Stream outputStream ) : void |
Writes the "SPARQL Query Results XML Format" stream corresponding to the ASK query result
|
|
ToSparqlXmlResult ( String filepath ) : void |
Writes the "SPARQL Query Results XML Format" file corresponding to the ASK query result
|
Method | Description | |
---|---|---|
RDFAskQueryResult ( ) : System |
Default-ctor to build an empty ASK result
|
public static FromSparqlXmlResult ( Stream inputStream ) : |
||
inputStream | Stream | |
return |
public static FromSparqlXmlResult ( String filepath ) : |
||
filepath | String | |
return |
public ToSparqlXmlResult ( Stream outputStream ) : void | ||
outputStream | Stream | |
return | void |
public ToSparqlXmlResult ( String filepath ) : void | ||
filepath | String | |
return | void |