ToolsResolveQName Method (String, INamespaceMapper, Uri, Boolean) |
Resolves a QName into a Uri using the Namespace Mapper and Base Uri provided.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static string ResolveQName(
string qname,
INamespaceMapper nsmap,
Uri baseUri,
bool allowDefaultPrefixFallback
)
Public Shared Function ResolveQName (
qname As String,
nsmap As INamespaceMapper,
baseUri As Uri,
allowDefaultPrefixFallback As Boolean
) As String
Parameters
- qname
- Type: SystemString
QName to resolve. - nsmap
- Type: VDS.RDFINamespaceMapper
Namespace Map to resolve against. - baseUri
- Type: SystemUri
Base Uri to resolve against. - allowDefaultPrefixFallback
- Type: SystemBoolean
Whether when the default prefix is used but not defined it can fallback to Base URI.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Tools.ResolveQName(System.String,VDS.RDF.INamespaceMapper,System.Uri,System.Boolean)"]
See Also