Show / Hide Table of Contents

Class GZippedJsonLdParser

Parser for oading GZipped JSON-LD.

Inheritance
object
BaseGZipDatasetParser
GZippedJsonLdParser
Implements
IStoreReader
Inherited Members
BaseGZipDatasetParser.Load(ITripleStore, string)
BaseGZipDatasetParser.Load(ITripleStore, TextReader)
BaseGZipDatasetParser.Load(IRdfHandler, string)
BaseGZipDatasetParser.Load(IRdfHandler, string, IUriFactory)
BaseGZipDatasetParser.Load(IRdfHandler, TextReader)
BaseGZipDatasetParser.Load(IRdfHandler, TextReader, IUriFactory)
BaseGZipDatasetParser.Warning
BaseGZipDatasetParser.ToString()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public class GZippedJsonLdParser : BaseGZipDatasetParser, IStoreReader

Constructors

| Edit this page View Source

GZippedJsonLdParser()

Creates a new GZipped JSON-LD parser.

Declaration
public GZippedJsonLdParser()
| Edit this page 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.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • GZippedJsonLdParser()
    • GZippedJsonLdParser(JsonLdProcessorOptions)
  • Implements
  • Extension Methods
Back to top Generated by DocFX