Click or drag to resize

BaseTokeniserSkipCharacter Method

Skips a single Character and increments the Position Counters.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected char SkipCharacter()

Return Value

Type: Char

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Tokens.BaseTokeniser.SkipCharacter"]

Exceptions
ExceptionCondition
RdfParseExceptionThrown if the caller tries to read beyond the end of the Stream.
Remarks
Use when you are reading characters into some local buffer and not the global token buffer, used in String escaping.
See Also