Show / Hide Table of Contents

Class GZippedJsonLdParser

Parser for oading GZipped JSON-LD.
Inheritance
System.Object
BaseGZipDatasetParser
GZippedJsonLdParser
Implements
IStoreReader
Inherited Members
BaseGZipDatasetParser.Load(ITripleStore, String)
BaseGZipDatasetParser.Load(ITripleStore, TextReader)
BaseGZipDatasetParser.Load(IRdfHandler, String)
BaseGZipDatasetParser.Load(IRdfHandler, TextReader)
BaseGZipDatasetParser.Warning
BaseGZipDatasetParser.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Parsing
Assembly: dotNetRDF.dll
Syntax
public class GZippedJsonLdParser : BaseGZipDatasetParser, IStoreReader

Constructors

| Improve this Doc View Source

GZippedJsonLdParser()

Creates a new GZipped JSON-LD parser.
Declaration
public GZippedJsonLdParser()
| Improve this Doc View Source

GZippedJsonLdParser(JsonLdProcessorOptions)

Creates a new GZipped JSON-LD parser with a specific set of JsonLdProcessorOptions.
Declaration
public GZippedJsonLdParser(JsonLdProcessorOptions parserOptions)
Parameters
Type Name Description
JsonLdProcessorOptions parserOptions The options to pass to the underlying JsonLdParser.

Implements

IStoreReader

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GZippedJsonLdParser()
    • GZippedJsonLdParser(JsonLdProcessorOptions)
  • Implements
  • Extension Methods
Back to top Generated by DocFX