Click or drag to resize

StoreHandlerEndRdfInternal 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: SystemBoolean
Whether parsing completed successfully.
See Also