Class ListUrisHandler
A Results Handler which extracts URIs from one/more variables in a Result Set.
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 ListUrisHandler : BaseResultsHandler, ISparqlResultsHandler, INodeFactory
Constructors
| Improve this Doc View SourceListUrisHandler(IEnumerable<string>)
Creates a new List URIs Handler.
Declaration
public ListUrisHandler(IEnumerable<string> vars)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<T><string> | vars | Variables to build the list from. |
ListUrisHandler(string)
Creates a new List URIs Handler.
Declaration
public ListUrisHandler(string var)
Parameters
| Type | Name | Description |
|---|---|---|
| string | var | Variable to build the list from. |
Properties
| Improve this Doc View SourceUris
Gets the URIs.
Declaration
public IEnumerable<Uri> Uris { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<T><System.Uri> |
Methods
| Improve this Doc View SourceHandleBooleanResultInternal(bool)
Handles boolean results.
Declaration
protected override void HandleBooleanResultInternal(bool result)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | result | Result. |
Overrides
| Improve this Doc View SourceHandleResultInternal(ISparqlResult)
Handles results by extracting any URI values from the relevant variables.
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 variable declarations.
Declaration
protected override bool HandleVariableInternal(string var)
Parameters
| Type | Name | Description |
|---|---|---|
| string | var | Variable. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
| Improve this Doc View SourceStartResultsInternal()
Starts handling results.
Declaration
protected override void StartResultsInternal()