Show / Hide Table of Contents

Interface ITokenisingParser

Interface for parsers that use token based parsing.

Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public interface ITokenisingParser

Properties

| Improve this Doc View Source

TokenQueueMode

Gets/Sets the token queue mode used.

Declaration
TokenQueueMode TokenQueueMode { get; set; }
Property Value
Type Description
TokenQueueMode

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • TokenQueueMode
  • Extension Methods
Back to top Generated by DocFX