Show / Hide Table of Contents

Class BlankNodeCollectionToken

Token which represents Blank Node Collections.

Inheritance
object
BaseToken
BlankNodeCollectionToken
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 BlankNodeCollectionToken : BaseToken, IToken

Constructors

| Edit this page View Source

BlankNodeCollectionToken(Stack<IToken>, int, int, int, int)

Creates a new Blank Node Collection Token.

Declaration
public BlankNodeCollectionToken(Stack<IToken> contents, int startline, int endline, int start, int end)
Parameters
Type Name Description
Stack<IToken> contents

Contents of the Blank Node Collection.

int startline

Line the Collection starts on.

int endline

Line the Collection ends on.

int start

Column the Collection starts at.

int end

Column the Collection ends at.

Properties

| Edit this page View Source

Collection

The Tokens contained in the Blank Node Collection.

Declaration
public Stack<IToken> Collection { get; }
Property Value
Type Description
Stack<IToken>

Implements

IToken

Extension Methods

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