Click or drag to resize

MimeTypesHelper.RegisterParser Method

Overload List
  NameDescription
Public methodStatic memberRegisterParser(IRdfReader, IEnumerable<String>, IEnumerable<String>)
Registers a parser as the default RDF Parser for all the given MIME types and updates relevant definitions to include the MIME types and file extensions.
Public methodStatic memberRegisterParser(ISparqlResultsReader, IEnumerable<String>, IEnumerable<String>)
Registers a parser as the default SPARQL Rsults Parser for all the given MIME types and updates relevant definitions to include the MIME types and file extensions.
Public methodStatic memberRegisterParser(IStoreReader, IEnumerable<String>, IEnumerable<String>)
Registers a parser as the default RDF Dataset Parser for all the given MIME types and updates relevant definitions to include the MIME types and file extensions.
Top
See Also