KeywordAToken Class | 
Namespace: VDS.RDF.Parsing.Tokens
The KeywordAToken type exposes the following members.
| Name | Description | |
|---|---|---|
| KeywordAToken | 
            Creates a new 'a' Keyword Token.
              | 
| Name | Description | |
|---|---|---|
| EndLine | 
            Gets the Line at which this Token Ends.
              (Inherited from BaseToken.) | |
| EndPosition | 
            Gets the Column at which this Token Ends.
              (Inherited from BaseToken.) | |
| Length | 
            Gets the Length of the Tokens Value.
              (Inherited from BaseToken.) | |
| StartLine | 
            Gets the Line at which this Token Starts.
              (Inherited from BaseToken.) | |
| StartPosition | 
            Gets the Column at which this Token Starts.
              (Inherited from BaseToken.) | |
| TokenType | 
            Gets an arbitrary integer which indicates the Type of the Token.
              (Inherited from BaseToken.) | |
| Value | 
            Gets the String Value which this Token represents (if any).
              (Inherited from BaseToken.) | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | 
            Gets a Hash Code for a Token.
              (Inherited from BaseToken.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | 
            Gets a String representation of the Token Type and Value.
              (Inherited from BaseToken.) | 
| Name | Description | |
|---|---|---|
| _endline | 
            Variables for representing the Type and Position of the Token.
              (Inherited from BaseToken.) | |
| _endpos | 
            Variables for representing the Type and Position of the Token.
              (Inherited from BaseToken.) | |
| _startline | 
            Variables for representing the Type and Position of the Token.
              (Inherited from BaseToken.) | |
| _startpos | 
            Variables for representing the Type and Position of the Token.
              (Inherited from BaseToken.) | |
| _tokentype | 
            Variables for representing the Type and Position of the Token.
              (Inherited from BaseToken.) | |
| _value | 
            Variable containg the value of the Token.
              (Inherited from BaseToken.) |