MultiHandlerHandleBaseUriInternal Method |
Handles Base URIs by getting all inner handlers to handle the Base URI.
Namespace:
VDS.RDF.Parsing.Handlers
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override bool HandleBaseUriInternal(
Uri baseUri
)
Protected Overrides Function HandleBaseUriInternal (
baseUri As Uri
) As Boolean
Parameters
- baseUri
- Type: SystemUri
Base URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.MultiHandler.HandleBaseUriInternal(System.Uri)"]
Remarks
Handling ends if any of the Handlers indicates it should stop but all Handlers are given the chance to finish the current handling action first.
See Also