This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class AnyNamespaceManager
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AnyNamespaceManager

The type exposes the following methods.

Public Methods

  Name Description
Public method AddNamespace (Inherited from XmlNamespaceManager.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator (Inherited from XmlNamespaceManager.)
Public method GetHashCode (Inherited from Object.)
Public method GetNamespacesInScope (Inherited from XmlNamespaceManager.)
Public method GetType (Inherited from Object.)
Public method HasNamespace (Inherited from XmlNamespaceManager.)
Public method LookupNamespace
Gets the namespace URI for the specified prefix.
(Overrides XmlNamespaceManager..::LookupNamespace(String).)
Public method LookupPrefix (Inherited from XmlNamespaceManager.)
Public method PopScope (Inherited from XmlNamespaceManager.)
Public method PushScope (Inherited from XmlNamespaceManager.)
Public method RemoveNamespace (Inherited from XmlNamespaceManager.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced