Class ResultSetHandler
A SPARQL Results Handler which loads Results into a SparqlResultSet.
Inherited Members
Namespace: VDS.RDF.Parsing.Handlers
Assembly: dotNetRdf.dll
Syntax
public class ResultSetHandler : BaseResultsHandler, ISparqlResultsHandler, INodeFactory
  Constructors
| Edit this page View SourceResultSetHandler(SparqlResultSet)
Creates a new Result Set Handler.
Declaration
public ResultSetHandler(SparqlResultSet results)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SparqlResultSet | results | Result Set.  | 
      
Methods
| Edit this page View SourceHandleBooleanResultInternal(bool)
Handles a Boolean Result by setting the Result property of the Result Set.
Declaration
protected override void HandleBooleanResultInternal(bool result)
  Parameters
| Type | Name | Description | 
|---|---|---|
| bool | result | Result.  | 
      
Overrides
| Edit this page View SourceHandleResultInternal(ISparqlResult)
Handles a Result by adding it to the Result Set.
Declaration
protected override bool HandleResultInternal(ISparqlResult result)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ISparqlResult | result | Result.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | 
Overrides
| Edit this page 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 | 
|---|---|---|
| string | var | Variable Name.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | 
Overrides
| Edit this page View SourceStartResultsInternal()
Starts Results Handling.
Declaration
protected override void StartResultsInternal()