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