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.AsEnumerable<RdfXmlParserMode>()
  • Improve this Doc
  • View Source
In This Article
  • Fields
  • Extension Methods
Back to top Generated by DocFX