Class ResultSetHandler
A SPARQL Results Handler which loads Results into a SparqlResultSet.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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(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 |
---|---|---|
System.Boolean | result | Result. |
Overrides
| Improve this Doc 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 |
---|---|
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 |
---|---|---|
string | var | Variable Name. |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceStartResultsInternal()
Starts Results Handling.
Declaration
protected override void StartResultsInternal()