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:
Syntaxprotected void ConsumeCharacter()
Protected Sub ConsumeCharacter
ExceptionsException | Condition |
---|
RdfParseException | Thrown if the caller tries to read beyond the end of the Stream. |
See Also