Show / Hide Table of Contents

Interface ISparqlResultsHandler

Interface for Handlers which handle the SPARQL Results produced by parsers.

Inherited Members
INodeFactory.BaseUri
INodeFactory.NamespaceMap
INodeFactory.UriFactory
INodeFactory.CreateBlankNode()
INodeFactory.CreateBlankNode(string)
INodeFactory.CreateGraphLiteralNode()
INodeFactory.CreateGraphLiteralNode(IGraph)
INodeFactory.CreateLiteralNode(string, Uri)
INodeFactory.CreateLiteralNode(string)
INodeFactory.CreateLiteralNode(string, string)
INodeFactory.CreateUriNode(Uri)
INodeFactory.CreateUriNode(string)
INodeFactory.CreateUriNode()
INodeFactory.CreateVariableNode(string)
INodeFactory.CreateTripleNode(Triple)
INodeFactory.GetNextBlankNodeID()
INodeFactory.NormalizeLiteralValues
INodeFactory.LanguageTagValidation
INodeFactory.ResolveQName(string)
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public interface ISparqlResultsHandler : INodeFactory

Methods

| Edit this page View Source

EndResults(bool)

Ends the Handling of Results.

Declaration
void EndResults(bool ok)
Parameters
Type Name Description
bool ok

Indicates whether parsing completed without error.

| Edit this page View Source

HandleBooleanResult(bool)

Handles a Boolean Result.

Declaration
void HandleBooleanResult(bool result)
Parameters
Type Name Description
bool result

Result.

| Edit this page View Source

HandleResult(ISparqlResult)

Handles a SPARQL Result.

Declaration
bool HandleResult(ISparqlResult result)
Parameters
Type Name Description
ISparqlResult result

Result.

Returns
Type Description
bool
| Edit this page View Source

HandleVariable(string)

Handles a Variable Declaration.

Declaration
bool HandleVariable(string var)
Parameters
Type Name Description
string var

Variable Name.

Returns
Type Description
bool
| Edit this page View Source

StartResults()

Starts the Handling of Results.

Declaration
void StartResults()

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
HandlerExtensions.Apply(ISparqlResultsHandler, SparqlResultSet)
  • Edit this page
  • View Source
In this article
  • Methods
    • EndResults(bool)
    • HandleBooleanResult(bool)
    • HandleResult(ISparqlResult)
    • HandleVariable(string)
    • StartResults()
  • Extension Methods
Back to top Generated by DocFX