IXmlNamespaceResolver Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides read-only access to a set of prefix and namespace mappings.
Assembly: System.Xml (in System.Xml.dll)
The IXmlNamespaceResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetNamespacesInScope | Gets a collection of defined prefix-namespace mappings that are currently in scope. |
![]() | LookupNamespace | Gets the namespace URI mapped to the specified prefix. |
![]() | LookupPrefix | Gets the prefix that is mapped to the specified namespace URI. |
Show:
