Show / Hide Table of Contents

Class BlankNodeWithIDToken

Token which represents named Blank Nodes.

Inheritance
object
BaseToken
BlankNodeWithIDToken
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()
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 BlankNodeWithIDToken : BaseToken, IToken

Constructors

| Edit this page View Source

BlankNodeWithIDToken(string, int, int, int)

Creates a new Blank Node Token.

Declaration
public BlankNodeWithIDToken(string value, int line, int start, int end)
Parameters
Type Name Description
string value

ID of the Blank Node.

int line

Line the Blank Node occurs on.

int start

Column the Blank Node starts at.

int end

Column the Blank Node ends at.

Implements

IToken

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • BlankNodeWithIDToken(string, int, int, int)
  • Implements
  • Extension Methods
Back to top Generated by DocFX