Class QNameToken
Token which represents QNames.
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 QNameToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceQNameToken(string, int, int, int)
Creates a new QName Token.
Declaration
public QNameToken(string value, int line, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
string | value | QName. |
int | line | Line the QName occurs on. |
int | start | Column the QName starts at. |
int | end | Column the QName ends at. |