IRdfHandlerHandleBaseUri Method |
Handles a Base URI Definition.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool HandleBaseUri(
Uri baseUri
)
Function HandleBaseUri (
baseUri As Uri
) As Boolean
Parameters
- baseUri
- Type: SystemUri
Base URI.
Return Value
Type:
BooleanShould return
true if parsing should continue or
false if it should be aborted.
See Also