Show / Hide Table of Contents

Class SparqlXmlParserContext

Parser Context for SPARQL XML Results parsers.

Inheritance
System.Object
BaseResultsParserContext
SparqlXmlParserContext
Implements
IResultsParserContext
Inherited Members
BaseResultsParserContext.Handler
BaseResultsParserContext.UriFactory
BaseResultsParserContext.Variables
BaseResultsParserContext.TraceParsing
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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, IUriFactory)

Creates a new Parser Context.

Declaration
public SparqlXmlParserContext(XmlReader reader, ISparqlResultsHandler handler, IUriFactory uriFactory = null)
Parameters
Type Name Description
System.Xml.XmlReader reader

XML Reader.

ISparqlResultsHandler handler

Results Handler.

IUriFactory uriFactory

URI Factory to use.

| Improve this Doc View Source

SparqlXmlParserContext(XmlReader, SparqlResultSet, IUriFactory)

Creates a new Parser Context.

Declaration
public SparqlXmlParserContext(XmlReader reader, SparqlResultSet results, IUriFactory uriFactory = null)
Parameters
Type Name Description
System.Xml.XmlReader reader

XML Reader.

SparqlResultSet results

Results Set to load into.

IUriFactory uriFactory

URI Factory to use.

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.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SparqlXmlParserContext(XmlReader, ISparqlResultsHandler, IUriFactory)
    • SparqlXmlParserContext(XmlReader, SparqlResultSet, IUriFactory)
  • Properties
    • Input
  • Implements
  • Extension Methods
Back to top Generated by DocFX