Interface for Handlers which handle the RDF produced by parsers
For a list of all members of this type, see IRdfHandler Members .
VDS.RDF.IRdfHandler
VDS.RDF.IWrappingRdfHandler
| Type | Description |
|---|---|
| AnyHandler | A RDF Handler which just determines whether any Triples are present terminating parsing as soon as the first triple is received |
| BaseRdfHandler | Abstract Base Class for RDF Handlers |
| CancellableHandler | A RDF Handler which wraps another Handler allowing handling to be cancelled |
| ChainedHandler | A Handler which passes the RDF to be handled through a sequence of Handlers where Handling is terminated as soon as any Handler returns false |
| CountHandler | A RDF Handler which simply counts the Triples |
| DataTableHandler | RDF Handler which turns triples into rows in a Data Table |
| GraphHandler | A RDF Handler which asserts Triples into a Graph |
| GraphUriRewriteHandler | A RDF Handler that rewrites the Graph URIs of Triples before passing them to an inner handler |
| MultiHandler | A Handler which passes the RDF to be handled to multiple Handlers where Handling terminates in the handling request where one of the Handlers returns false |
| NullHandler | A RDF Handler that ignores everything it handles |
| PagingHandler | A RDF Handler which wraps another Handler passing only the Triples falling within a given Limit and Offset to the underlying Handler |
| StoreCountHandler | A RDF Handler which simply counts the Triples and Graphs |
| StoreHandler | A RDF Handler that loads Quads into a ITripleStore instance |
| UniqueBlankNodesHandler | A decorator for handlers which ensures that all blank nodes get unique IDs even if a blank node identifier is reused |
| WriteThroughHandler | A RDF Handler which writes the handled Triples out to a TextWriter using a provided ITripleFormatter |
| WriteToStoreHandler | A RDF Handler which writes the Triples being parsed directly to a IStorageProvider in batches provided the manager supports the UpdateGraph() method |
Namespace: VDS.RDF
Assembly: dotNetRDF (in dotNetRDF.dll)
IRdfHandler Members | VDS.RDF Namespace