NestedNamespaceMapper.ReduceToQName Method |
Tries to reduce a URI to a QName using this Namespace Map.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool ReduceToQName(
string uri,
out string qname
)
Public Function ReduceToQName (
uri As String,
<OutAttribute> ByRef qname As String
) As Boolean
Parameters
- uri
- Type: System.String
URI. - qname
- Type: System.String
Resulting QName.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.NestedNamespaceMapper.ReduceToQName(System.String,System.String@)"]
Implements
INamespaceMapper.ReduceToQName(String, String)
See Also