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
)
Protected Overrides Sub EndRdfInternal (
ok As Boolean
)
Parameters
- ok
- Type: SystemBoolean
Whether parsing completed successfully.
See Also