Click or drag to resize

StoreHandler.EndRdfInternal Method

Ends RDF handling and propogates all discovered namespaces to all discovered graphs.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override void EndRdfInternal(
	bool ok
)

Parameters

ok
Type: System.Boolean
Whether parsing completed successfully.
See Also