Class ResultSetHandler
A SPARQL Results Handler which loads Results into a SparqlResultSet.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Handlers
Assembly: dotNetRDF.dll
Syntax
public class ResultSetHandler : BaseResultsHandler, ISparqlResultsHandler, INodeFactory
Constructors
| Improve this Doc View SourceResultSetHandler(SparqlResultSet)
Creates a new Result Set Handler.
Declaration
public ResultSetHandler(SparqlResultSet results)
Parameters
Type | Name | Description |
---|---|---|
SparqlResultSet | results | Result Set. |
Methods
| Improve this Doc View SourceHandleBooleanResultInternal(Boolean)
Handles a Boolean Result by setting the Result property of the Result Set.
Declaration
protected override void HandleBooleanResultInternal(bool result)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | result | Result. |
Overrides
| Improve this Doc View SourceHandleResultInternal(SparqlResult)
Handles a Result by adding it to the Result Set.
Declaration
protected override bool HandleResultInternal(SparqlResult result)
Parameters
Type | Name | Description |
---|---|---|
SparqlResult | result | Result. |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceHandleVariableInternal(String)
Handles a Variable Declaration by adding the Variable to the Result Set.
Declaration
protected override bool HandleVariableInternal(string var)
Parameters
Type | Name | Description |
---|---|---|
System.String | var | Variable Name. |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceStartResultsInternal()
Starts Results Handling.
Declaration
protected override void StartResultsInternal()