Show / Hide Table of Contents

Class HandlerExtensions

Static Class of extension methods for use with Handler classes.

Inheritance
object
HandlerExtensions
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 static class HandlerExtensions

Methods

| Edit this page View Source

Apply(IRdfHandler, IEnumerable<Triple>)

Applies the triples to an RDF Handler.

Declaration
public static void Apply(this IRdfHandler handler, IEnumerable<Triple> ts)
Parameters
Type Name Description
IRdfHandler handler

RDF Handler.

IEnumerable<Triple> ts

Triples.

| Edit this page View Source

Apply(IRdfHandler, IGraph)

Applies the triples of a Graph to an RDF Handler.

Declaration
public static void Apply(this IRdfHandler handler, IGraph g)
Parameters
Type Name Description
IRdfHandler handler

RDF Handler.

IGraph g

Graph.

| Edit this page View Source

Apply(ISparqlResultsHandler, SparqlResultSet)

Applies the result set to a Results Handler.

Declaration
public static void Apply(this ISparqlResultsHandler handler, SparqlResultSet results)
Parameters
Type Name Description
ISparqlResultsHandler handler

Results Handler.

SparqlResultSet results

Result Set.

  • Edit this page
  • View Source
In this article
  • Methods
    • Apply(IRdfHandler, IEnumerable<Triple>)
    • Apply(IRdfHandler, IGraph)
    • Apply(ISparqlResultsHandler, SparqlResultSet)
Back to top Generated by DocFX