ChainedHandlerHandleBaseUriInternal Method |
Handles Base URIs by getting each inner handler to attempt to handle it.
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.ChainedHandler.HandleBaseUriInternal(System.Uri)"]
Remarks
Handling terminates at the first Handler which indicates handling should stop.
See Also