Resolves the namespace prefix in the current element's scope.
| Visual Basic (Declaration) | |
|---|---|
Public Overrides NotOverridable Function LookupNamespace( _ ByVal prefix As String _ ) As String | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetReader Dim prefix As String Dim value As String value = instance.LookupNamespace(prefix) | |
Parameters
- prefix
- The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string. This string does not have to be atomized.