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