BaseTokeniserConsumeCharacter Method (Boolean) |
Consumes a single Character into the Output Buffer and increments the Position Counters.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected bool ConsumeCharacter(
bool allowEOF
)
Protected Function ConsumeCharacter (
allowEOF As Boolean
) As Boolean
Parameters
- allowEOF
- Type: SystemBoolean
Whether EOF is allowed.
Return Value
Type:
BooleanTrue if the EOF is reached.
Remarks
If allowEOF is set to false then the normal behaviour is used and an error will be thrown on end of file.
See Also