Click or drag to resize

IRdfHandlerHandleBaseUri Method

Handles a Base URI Definition.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool HandleBaseUri(
	Uri baseUri
)

Parameters

baseUri
Type: SystemUri
Base URI.

Return Value

Type: Boolean
Should return true if parsing should continue or false if it should be aborted.
See Also