Click or drag to resize

UriLoader Methods

The UriLoader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsCached
Determines whether the RDF behind the given URI is cached.
Public methodStatic memberLoad(IGraph, Uri)
Attempts to load a RDF Graph from the given URI into the given Graph.
Public methodStatic memberLoad(IRdfHandler, Uri)
Attempts to load a RDF Graph from the given URI using a RDF Handler.
Public methodStatic memberLoad(ITripleStore, Uri)
Attempts to load a RDF dataset from the given URI into the given Triple Store.
Public methodStatic memberLoad(IGraph, Uri, IRdfReader)
Attempts to load a RDF Graph from the given URI into the given Graph.
Public methodStatic memberLoad(IRdfHandler, Uri, IRdfReader)
Attempts to load a RDF Graph from the given URI using a RDF Handler.
Public methodStatic memberLoad(IRdfHandler, Uri, IStoreReader)
Attempts to load a RDF dataset from the given URI using a RDF Handler.
Public methodStatic memberLoad(ITripleStore, Uri, IStoreReader)
Attempts to load a RDF dataset from the given URI into the given Triple Store.
Public methodStatic memberLoad(IGraph, Uri, GraphCallback, Object)
Attempts to load a RDF Graph from a URI asynchronously.
Public methodStatic memberLoad(IRdfHandler, Uri, RdfHandlerCallback, Object)
Attempts to load a RDF Graph from a URI asynchronously using an RDF Handler.
Public methodStatic memberLoad(ITripleStore, Uri, TripleStoreCallback, Object)
Attempts to load a RDF dataset asynchronously from the given URI into the given Triple Store.
Public methodStatic memberLoad(IGraph, Uri, IRdfReader, GraphCallback, Object)
Attempts to load a RDF Graph from a URI asynchronously.
Public methodStatic memberLoad(IRdfHandler, Uri, IRdfReader, RdfHandlerCallback, Object)
Attempts to load a RDF Graph from a URI asynchronously using an RDF Handler.
Public methodStatic memberLoad(IRdfHandler, Uri, IStoreReader, RdfHandlerCallback, Object)
Attempts to load a RDF dataset asynchronously from the given URI using a RDF Handler.
Public methodStatic memberLoad(ITripleStore, Uri, IStoreReader, TripleStoreCallback, Object)
Attempts to load a RDF dataset asynchronously from the given URI into the given Triple Store.
Public methodStatic memberLoadDataset(IRdfHandler, Uri)
Attempts to load a RDF dataset from the given URI using a RDF Handler.
Public methodStatic memberLoadDataset(IRdfHandler, Uri, RdfHandlerCallback, Object)
Attempts to load a RDF dataset asynchronously from the given URI using a RDF Handler.
Top
See Also