Class BlankNodeWithIDToken
Token which represents named Blank Nodes.
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 BlankNodeWithIDToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceBlankNodeWithIDToken(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. |