IXPathNSResolverLookupNamespaceURI Method |
Look up the namespace URI associated to the given namespace prefix.
The XPath evaluator must never call this with a null or empty
argument, because the result of doing this is undefined.
Namespace: Aspose.Html.Dom.XPathAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxstring LookupNamespaceURI(
string prefix
)
Function LookupNamespaceURI (
prefix As String
) As String
String^ LookupNamespaceURI(
String^ prefix
)
abstract LookupNamespaceURI :
prefix : string -> string
Parameters
- prefix
- Type: SystemString
The prefix to look for.
Return Value
Type:
StringReturns the associated namespace URI or
null if none
is found.
See Also