MultiHandlerHandleNamespaceInternal Method |
Handles Namespace Declarations by getting all inner handlers to handle it.
Namespace:
VDS.RDF.Parsing.Handlers
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override bool HandleNamespaceInternal(
string prefix,
Uri namespaceUri
)
Protected Overrides Function HandleNamespaceInternal (
prefix As String,
namespaceUri As Uri
) As Boolean
Parameters
- prefix
- Type: SystemString
Namespace Prefix. - namespaceUri
- Type: SystemUri
Namespace URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.MultiHandler.HandleNamespaceInternal(System.String,System.Uri)"]
Remarks
Handling ends if any of the Handlers indicates it should stop but all Handlers are given the chance to finish the current handling action first.
See Also