Class DataTypeToken
Token which represents the Data Type for a Literal.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRDF.dll
Syntax
public class DataTypeToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceDataTypeToken(String, Int32, Int32, Int32)
Creates a new DataType Token.
Declaration
public DataTypeToken(string value, int line, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | DataType Uri including the < > deliminators or a QName. |
System.Int32 | line | Line the DataType occurs on. |
System.Int32 | start | Column the DataType starts at. |
System.Int32 | end | Column the DataType ends at. |