dotNetRDF API Documentation
dotNetRDF API Documentation
VDS.RDF
IRdfHandler Interface
IRdfHandler Methods
EndRdf Method
HandleBaseUri Method
HandleNamespace Method
HandleTriple Method
StartRdf Method
IRdfHandler
EndRdf Method
End the Handling of RDF.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax
C#
VB
Copy
void
EndRdf
(
bool
ok
)
Sub
EndRdf
(
ok
As
Boolean
)
Parameters
ok
Type:
System
Boolean
Whether parsing finished without error.
See Also
Reference
IRdfHandler Interface
VDS.RDF Namespace
Please report any bugs or issues with this documentation at http://github.com/dotnetrdf/dotnetrdf/issues
Copyright (c) 2009 - 2020 dotNetRDF Project