Class UriToken
Token which represents URIs.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class UriToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceUriToken(string, int, int, int)
Creates a new Uri Token.
Declaration
public UriToken(string value, int line, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
string | value | Value of the Uri including the < > deliminators. |
int | line | Line the Uri occurs on. |
int | start | Column the Uri starts at. |
int | end | Column the Uri ends at. |