Class PrefixToken
Token which represents the Prefix specified after a Prefix Directive.
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 PrefixToken : BaseToken, IToken
Constructors
| Improve this Doc View SourcePrefixToken(string, int, int, int)
Creates a new Prefix Token.
Declaration
public PrefixToken(string value, int line, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
string | value | Prefix. |
int | line | Line at which the Prefix occurs. |
int | start | Column at which the Prefix starts. |
int | end | Column at which the Prefix ends. |