BaseTokeniserSkipCharacter Method |
Skips a single Character and increments the Position Counters.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected char SkipCharacter()
Protected Function SkipCharacter As Char
Return Value
Type:
Char[Missing <returns> documentation for "M:VDS.RDF.Parsing.Tokens.BaseTokeniser.SkipCharacter"]
Exceptions| Exception | Condition |
|---|
| RdfParseException | Thrown if the caller tries to read beyond the end of the Stream. |
RemarksUse when you are reading characters into some local buffer and not the global token buffer, used in String escaping.
See Also