Class DataType11Function
Class representing the SPARQL Datatype() function in SPARQL 1.1.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Expressions.Functions.Sparql.String
Assembly: dotNetRdf.dll
Syntax
public class DataType11Function : DataTypeFunction, ISparqlExpression
Remarks
This is required because the changes to the function in SPARQL 1.1 are not backwards compatible with SPARQL 1.0.
Constructors
| Improve this Doc View SourceDataType11Function(ISparqlExpression)
Creates a new DataType function.
Declaration
public DataType11Function(ISparqlExpression expr)
Parameters
Type | Name | Description |
---|---|---|
ISparqlExpression | expr | Expression. |
Remarks
This is required because the changes to the function in SPARQL 1.1 are not backwards compatible with SPARQL 1.0.
Methods
| Improve this Doc View SourceAccept<T>(ISparqlExpressionVisitor<T>)
Declaration
public override T Accept<T>(ISparqlExpressionVisitor<T> visitor)
Parameters
Type | Name | Description |
---|---|---|
ISparqlExpressionVisitor<T> | visitor |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
Overrides
VDS.RDF.Query.Expressions.Functions.Sparql.String.DataTypeFunction.Accept<T>(VDS.RDF.Query.ISparqlExpressionVisitor<T>)
Remarks
This is required because the changes to the function in SPARQL 1.1 are not backwards compatible with SPARQL 1.0.
Accept<TResult, TContext, TBinding>(ISparqlExpressionProcessor<TResult, TContext, TBinding>, TContext, TBinding)
Declaration
public override TResult Accept<TResult, TContext, TBinding>(ISparqlExpressionProcessor<TResult, TContext, TBinding> processor, TContext context, TBinding binding)
Parameters
Type | Name | Description |
---|---|---|
ISparqlExpressionProcessor<TResult, TContext, TBinding> | processor | |
TContext | context | |
TBinding | binding |
Returns
Type | Description |
---|---|
TResult |
Type Parameters
Name | Description |
---|---|
TResult | |
TContext | |
TBinding |
Overrides
VDS.RDF.Query.Expressions.Functions.Sparql.String.DataTypeFunction.Accept<TResult, TContext, TBinding>(VDS.RDF.Query.ISparqlExpressionProcessor<TResult, TContext, TBinding>, TContext, TBinding)
Remarks
This is required because the changes to the function in SPARQL 1.1 are not backwards compatible with SPARQL 1.0.