GraphHandlerHandleBaseUriInternal Method |
Handles Base URI Declarations by setting the Graphs 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.GraphHandler.HandleBaseUriInternal(System.Uri)"]
See Also