Click or drag to resize

BaseTokeniserConsumeCharacter Method

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 void ConsumeCharacter()
Exceptions
ExceptionCondition
RdfParseExceptionThrown if the caller tries to read beyond the end of the Stream.
See Also