IRdfHandler.HandleNamespace Method |
Handles a Namespace Definition.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxbool HandleNamespace(
string prefix,
Uri namespaceUri
)
Function HandleNamespace (
prefix As String,
namespaceUri As Uri
) As Boolean
Parameters
- prefix
- Type: System.String
Namespace Prefix. - namespaceUri
- Type: System.Uri
Namespace URI.
Return Value
Type:
BooleanShould return
true if parsing should continue or
false if it should be aborted.
See Also