Show / Hide Table of Contents

Class HandlerExtensions

Static Class of extension methods for use with Handler classes.
Inheritance
System.Object
HandlerExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Handlers
Assembly: dotNetRDF.dll
Syntax
public static class HandlerExtensions

Methods

| Improve this Doc 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.
System.Collections.Generic.IEnumerable<Triple> ts Triples.
| Improve this Doc 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.
| Improve this Doc 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.
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Apply(IRdfHandler, IEnumerable<Triple>)
    • Apply(IRdfHandler, IGraph)
    • Apply(ISparqlResultsHandler, SparqlResultSet)
Back to top Generated by DocFX