Show / Hide Table of Contents

Interface ITraceableParser

Interface for Parsers that support Parser Tracing.

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

Properties

| Edit this page View Source

TraceParsing

Gets/Sets whether Parser Tracing is used.

Declaration
bool TraceParsing { get; set; }
Property Value
Type Description
bool

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • TraceParsing
  • Extension Methods
Back to top Generated by DocFX