Click or drag to resize

WriteThroughHandler.HandleNamespaceInternal 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: System.String
Namespace Prefix.
namespaceUri
Type: System.Uri
Namespace URI.

Return Value

Type: Boolean

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

See Also