Class BlankNodeWithIDToken
Token which represents named Blank Nodes.
Implements
Inherited Members
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 BlankNodeWithIDToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceBlankNodeWithIDToken(String, Int32, Int32, Int32)
Creates a new Blank Node Token.
Declaration
public BlankNodeWithIDToken(string value, int line, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | ID of the Blank Node. |
System.Int32 | line | Line the Blank Node occurs on. |
System.Int32 | start | Column the Blank Node starts at. |
System.Int32 | end | Column the Blank Node ends at. |