Click or drag to resize

WriteThroughHandlerHandleNamespaceInternal Method

Handles Namespace Declarations passing them to the underlying formatter if applicable.

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.WriteThroughHandler.HandleNamespaceInternal(System.String,System.Uri)"]

See Also