Click or drag to resize

CancellableHandlerHandleNamespaceInternal Method

Handles Namespace Declarations by passing them to the inner handler and cancelling handling if it has been requested.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool HandleNamespaceInternal(
	string prefix,
	Uri namespaceUri
)

Parameters

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.CancellableHandler.HandleNamespaceInternal(System.String,System.Uri)"]

See Also