Click or drag to resize

IRdfHandlerHandleNamespace Method

Handles a Namespace Definition.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool HandleNamespace(
	string prefix,
	Uri namespaceUri
)

Parameters

prefix
Type: SystemString
Namespace Prefix.
namespaceUri
Type: SystemUri
Namespace URI.

Return Value

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