Class PrefixDirectiveToken
Token which represents a Prefix Directive.
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 PrefixDirectiveToken : BaseToken, IToken
Constructors
| Improve this Doc View SourcePrefixDirectiveToken(int, int)
Creates a new Prefix Direction Token.
Declaration
public PrefixDirectiveToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line at which the Prefix Directive occurs. |
int | pos | Column at which the Prefix Directive occurs. |