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) |