Click or drag to resize

GraphHandler.EndRdfInternal Method

Ends Handling RDF discarding the handled Triples if parsing failed (indicated by false for the ok parameter) and otherwise merging the handled triples from the temporary graph into the target graph if necessary.

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

Parameters

ok
Type: System.Boolean
Indicates whether parsing completed OK.
See Also