ISparqlResultsHandler Interface |
Namespace: VDS.RDF
The ISparqlResultsHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateBlankNode |
Creates a Blank Node with a new automatically generated ID.
(Inherited from INodeFactory.) | |
| CreateBlankNode(String) |
Creates a Blank Node with the given Node ID.
(Inherited from INodeFactory.) | |
| CreateGraphLiteralNode |
Creates a Graph Literal Node which represents the empty Subgraph.
(Inherited from INodeFactory.) | |
| CreateGraphLiteralNode(IGraph) |
Creates a Graph Literal Node which represents the given Subgraph.
(Inherited from INodeFactory.) | |
| CreateLiteralNode(String) |
Creates a Literal Node with the given Value.
(Inherited from INodeFactory.) | |
| CreateLiteralNode(String, String) |
Creates a Literal Node with the given Value and Language.
(Inherited from INodeFactory.) | |
| CreateLiteralNode(String, Uri) |
Creates a Literal Node with the given Value and Data Type.
(Inherited from INodeFactory.) | |
| CreateUriNode |
Creates a URI Node for the given URI.
(Inherited from INodeFactory.) | |
| CreateVariableNode |
Creates a Variable Node for the given Variable Name.
(Inherited from INodeFactory.) | |
| EndResults |
Ends the Handling of Results.
| |
| GetNextBlankNodeID |
Creates a new unused Blank Node ID and returns it.
(Inherited from INodeFactory.) | |
| HandleBooleanResult |
Handles a Boolean Result.
| |
| HandleResult |
Handles a SPARQL Result.
| |
| HandleVariable |
Handles a Variable Declaration.
| |
| StartResults |
Starts the Handling of Results.
|
| Name | Description | |
|---|---|---|
| Apply |
Applies the result set to a Results Handler.
(Defined by HandlerExtensions.) |