TsvTokeniser Class |
Namespace: VDS.RDF.Parsing.Tokens
The TsvTokeniser type exposes the following members.
Name | Description | |
---|---|---|
TsvTokeniser(StreamReader) |
Creates a new TSV Tokeniser.
| |
TsvTokeniser(ParsingTextReader) |
Creates a new TSV Tokeniser.
|
Name | Description | |
---|---|---|
CurrentLine |
Gets the Current Line in the Input Stream.
(Inherited from BaseTokeniser.) | |
CurrentPosition |
Gets the Current Position in the Input Stream.
(Inherited from BaseTokeniser.) | |
EndLine |
Gets the End Line in the Input Stream of the current Token.
(Inherited from BaseTokeniser.) | |
EndPosition |
Gets the End Position in the Input Stream of the current Token.
(Inherited from BaseTokeniser.) | |
Format |
Gets/Sets the Format that this Tokeniser is used for.
(Inherited from BaseTokeniser.) | |
HasBacktracked |
Gets whether the Tokeniser has backtracked.
(Inherited from BaseTokeniser.) | |
LastTokenType |
Gets/Sets the Last Token Type.
(Inherited from BaseTokeniser.) | |
Length |
Gets the current length of the Output Buffer.
(Inherited from BaseTokeniser.) | |
StartLine |
Gets the Start Line in the Input Stream of the current Token.
(Inherited from BaseTokeniser.) | |
StartPosition |
Gets the Start Position in the Input Stream of the current Token.
(Inherited from BaseTokeniser.) | |
Value |
Gets the value of the Output Buffer.
(Inherited from BaseTokeniser.) |
Name | Description | |
---|---|---|
Backtrack |
Allows you to Backtrack one character (and no more).
(Inherited from BaseTokeniser.) | |
ConsumeCharacter |
Consumes a single Character into the Output Buffer and increments the Position Counters.
(Inherited from BaseTokeniser.) | |
ConsumeCharacter(Boolean) |
Consumes a single Character into the Output Buffer and increments the Position Counters.
(Inherited from BaseTokeniser.) | |
ConsumeNewLine(Boolean) |
Consumes a New Line (which may be a single \n or \r or the two characters following each other).
(Inherited from BaseTokeniser.) | |
ConsumeNewLine(Boolean, Boolean) |
Consumes a New Line (which may be a single \n or \r or the two characters following each other).
(Inherited from BaseTokeniser.) | |
DiscardWhiteSpace |
Helper function which discards White Space which the Tokeniser doesn't care about and increments position counters correctly.
(Inherited from BaseTokeniser.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Error |
Helper Function for generating Standardised Parser Errors.
(Inherited from BaseTokeniser.) | |
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 | Serves as the default hash function. (Inherited from Object.) | |
GetNextToken |
Gets the next available token from the input.
(Overrides BaseTokeniserGetNextToken.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HandleComplexLocalNameEscapes |
Handles the complex escapes that can occur in a local name.
(Inherited from BaseTokeniser.) | |
HandleEscapes |
Handles the standard escapes supported in all the UTF-8 based RDF serializations.
(Inherited from BaseTokeniser.) | |
IsHexDigit |
Determines whether a given Character can be valid as a Hex Digit.
(Inherited from BaseTokeniser.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Peek |
Peeks at the next Character.
(Inherited from BaseTokeniser.) | |
SkipCharacter |
Skips a single Character and increments the Position Counters.
(Inherited from BaseTokeniser.) | |
StartNewToken |
Informs the Helper that you wish to start reading a new Token.
(Inherited from BaseTokeniser.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnexpectedCharacter |
Helper Function for generating Standardised Parser Errors about unexpected characters.
(Inherited from BaseTokeniser.) | |
UnexpectedEndOfInput |
Helper Function for generating Standardised Parser Errors about unexpected end of input.
(Inherited from BaseTokeniser.) | |
UnexpectedNewLine |
Helper Function for generating Standardised Parser Errors about unexpected new lines.
(Inherited from BaseTokeniser.) | |
UnexpectedToken |
Helper Function for generating Standardised Parser Errors about unexpected tokens.
(Inherited from BaseTokeniser.) |