UriLoader Methods | 
The UriLoader type exposes the following members.
| Name | Description | |
|---|---|---|
| IsCached | 
            Determines whether the RDF behind the given URI is cached.
              | |
| Load(IGraph, Uri) | 
            Attempts to load a RDF Graph from the given URI into the given Graph.
              | |
| Load(IRdfHandler, Uri) | 
            Attempts to load a RDF Graph from the given URI using a RDF Handler.
              | |
| Load(ITripleStore, Uri) | 
            Attempts to load a RDF dataset from the given URI into the given Triple Store.
              | |
| Load(IGraph, Uri, IRdfReader) | 
            Attempts to load a RDF Graph from the given URI into the given Graph.
              | |
| Load(IRdfHandler, Uri, IRdfReader) | 
            Attempts to load a RDF Graph from the given URI using a RDF Handler.
              | |
| Load(IRdfHandler, Uri, IStoreReader) | 
            Attempts to load a RDF dataset from the given URI using a RDF Handler.
              | |
| Load(ITripleStore, Uri, IStoreReader) | 
            Attempts to load a RDF dataset from the given URI into the given Triple Store.
              | |
| Load(IGraph, Uri, GraphCallback, Object) | 
            Attempts to load a RDF Graph from a URI asynchronously.
              | |
| Load(IRdfHandler, Uri, RdfHandlerCallback, Object) | 
            Attempts to load a RDF Graph from a URI asynchronously using an RDF Handler.
              | |
| Load(ITripleStore, Uri, TripleStoreCallback, Object) | 
            Attempts to load a RDF dataset asynchronously from the given URI into the given Triple Store.
              | |
| Load(IGraph, Uri, IRdfReader, GraphCallback, Object) | 
            Attempts to load a RDF Graph from a URI asynchronously.
              | |
| Load(IRdfHandler, Uri, IRdfReader, RdfHandlerCallback, Object) | 
            Attempts to load a RDF Graph from a URI asynchronously using an RDF Handler.
              | |
| Load(IRdfHandler, Uri, IStoreReader, RdfHandlerCallback, Object) | 
            Attempts to load a RDF dataset asynchronously from the given URI using a RDF Handler.
              | |
| Load(ITripleStore, Uri, IStoreReader, TripleStoreCallback, Object) | 
            Attempts to load a RDF dataset asynchronously from the given URI into the given Triple Store.
              | |
| LoadDataset(IRdfHandler, Uri) | 
            Attempts to load a RDF dataset from the given URI using a RDF Handler.
              | |
| LoadDataset(IRdfHandler, Uri, RdfHandlerCallback, Object) | 
            Attempts to load a RDF dataset asynchronously from the given URI using a RDF Handler.
              |