Class HatHatToken
Token which represents the ^^ sequence used for Data Type specification in some RDF Syntaxes.
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 HatHatToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceHatHatToken(int, int)
Creates a new ^^Token.
Declaration
public HatHatToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line at which the ^^ occurs. |
int | pos | Column at which the ^^ occurs. |