Show / Hide Table of Contents

Enum RdfXmlParserMode

Possible RDF/XML Parser Modes.

Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public enum RdfXmlParserMode

Fields

Name Description
DOM

Uses DOM Based parsing (not fully supported under .NET Standard/Core)

Streaming

Uses Streaming Based parsing (default)

Extension Methods

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