Class SparqlXmlParserContext
Parser Context for SPARQL XML Results parsers.
Implements
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.Contexts
Assembly: dotNetRdf.dll
Syntax
public class SparqlXmlParserContext : BaseResultsParserContext, IResultsParserContext
Constructors
| Improve this Doc View SourceSparqlXmlParserContext(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. |
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 SourceInput
Gets the XML Reader.
Declaration
public XmlReader Input { get; }
Property Value
Type | Description |
---|---|
System.Xml.XmlReader |