Show / Hide Table of Contents

Class PrefixToken

Token which represents the Prefix specified after a Prefix Directive.
Inheritance
System.Object
BaseToken
PrefixToken
Implements
IToken
Inherited Members
BaseToken._tokentype
BaseToken._startline
BaseToken._endline
BaseToken._startpos
BaseToken._endpos
BaseToken._value
BaseToken.TokenType
BaseToken.Value
BaseToken.StartLine
BaseToken.EndLine
BaseToken.StartPosition
BaseToken.EndPosition
BaseToken.Length
BaseToken.ToString()
BaseToken.GetHashCode()
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 PrefixToken : BaseToken, IToken

Constructors

| Improve this Doc View Source

PrefixToken(String, Int32, Int32, Int32)

Creates a new Prefix Token.
Declaration
public PrefixToken(string value, int line, int start, int end)
Parameters
Type Name Description
System.String value Prefix.
System.Int32 line Line at which the Prefix occurs.
System.Int32 start Column at which the Prefix starts.
System.Int32 end Column at which the Prefix ends.

Implements

IToken

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PrefixToken(String, Int32, Int32, Int32)
  • Implements
  • Extension Methods
Back to top Generated by DocFX