Click or drag to resize

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
)

Parameters

allowEOF
Type: SystemBoolean
Whether EOF is allowed.

Return Value

Type: Boolean
True 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