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. |
value | ID of the Blank Node. |
System. |
line | Line the Blank Node occurs on. |
System. |
start | Column the Blank Node starts at. |
System. |
end | Column the Blank Node ends at. |