Click or drag to resize

SparqlQueryParser Constructor

Overload List
  NameDescription
Public methodSparqlQueryParser
Creates a new instance of the SPARQL Query Parser.
Public methodSparqlQueryParser(SparqlQuerySyntax)
Creates a new instance of the SPARQL Query Parser which supports the given SPARQL Syntax.
Public methodSparqlQueryParser(TokenQueueMode)
Creates a new instance of the SPARQL Query Parser using the given Tokeniser Queue Mode.
Public methodSparqlQueryParser(TokenQueueMode, SparqlQuerySyntax)
Creates a new instance of the SPARQL Query Parser using the given Tokeniser which supports the given SPARQL Syntax.
Top
See Also