BaseRdfHandlerEndRdfInternal Method |
Optionally used by derived Handlers to do additional actions on ending RDF handling.
Namespace:
VDS.RDF.Parsing.Handlers
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected virtual void EndRdfInternal(
bool ok
)
Protected Overridable Sub EndRdfInternal (
ok As Boolean
)
Parameters
- ok
- Type: SystemBoolean
Whether the parsing completed without error.
See Also