Click or drag to resize

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
)

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