Class UriToken
Token which represents URIs.
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 UriToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceUriToken(String, Int32, Int32, Int32)
Creates a new Uri Token.
Declaration
public UriToken(string value, int line, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | Value of the Uri including the < > deliminators. |
System.Int32 | line | Line the Uri occurs on. |
System.Int32 | start | Column the Uri starts at. |
System.Int32 | end | Column the Uri ends at. |