XmlNamespaceManager Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XmlNamespaceManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddNamespace | Adds the given namespace to the collection. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator to use to iterate through the namespaces in the XmlNamespaceManager. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetNamespacesInScope | Gets a collection of namespace names keyed by prefix which can be used to enumerate the namespaces currently in scope. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
HasNamespace | Gets a value indicating whether the supplied prefix has a namespace defined for the current pushed scope. |
|
LookupNamespace | Gets the namespace URI for the specified prefix. |
|
LookupPrefix | Finds the prefix declared for the given namespace URI. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
PopScope | Pops a namespace scope off the stack. |
|
PushScope | Pushes a namespace scope onto the stack. |
|
RemoveNamespace | Removes the given namespace for the given prefix. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast(Of TResult) | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType(Of TResult) | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
Show: