Show / Hide Table of Contents

Class SparqlXmlParserContext

Parser Context for SPARQL XML Results parsers.
Inheritance
System.Object
BaseResultsParserContext
SparqlXmlParserContext
Implements
IResultsParserContext
Inherited Members
BaseResultsParserContext._traceParsing
BaseResultsParserContext.Handler
BaseResultsParserContext.Variables
BaseResultsParserContext.TraceParsing
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.Contexts
Assembly: dotNetRDF.dll
Syntax
public class SparqlXmlParserContext : BaseResultsParserContext, IResultsParserContext

Constructors

| Improve this Doc View Source

SparqlXmlParserContext(XmlReader, ISparqlResultsHandler)

Creates a new Parser Context.
Declaration
public SparqlXmlParserContext(XmlReader reader, ISparqlResultsHandler handler)
Parameters
Type Name Description
System.Xml.XmlReader reader XML Reader.
ISparqlResultsHandler handler Results Handler.
| Improve this Doc View Source

SparqlXmlParserContext(XmlReader, SparqlResultSet)

Creates a new Parser Context.
Declaration
public SparqlXmlParserContext(XmlReader reader, SparqlResultSet results)
Parameters
Type Name Description
System.Xml.XmlReader reader XML Reader.
SparqlResultSet results Results Set to load into.

Properties

| Improve this Doc View Source

Input

Gets the XML Reader.
Declaration
public XmlReader Input { get; }
Property Value
Type Description
System.Xml.XmlReader

Implements

IResultsParserContext

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SparqlXmlParserContext(XmlReader, ISparqlResultsHandler)
    • SparqlXmlParserContext(XmlReader, SparqlResultSet)
  • Properties
    • Input
  • Implements
  • Extension Methods
Back to top Generated by DocFX