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 Code |
---|---|
public class AnyNamespaceManager |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class AnyNamespaceManager |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
AnyNamespaceManager |
Initializes a new instance of the AnyNamespaceManager class.
|
Public Methods
Name | Description | |
---|---|---|
AddNamespace | (Inherited from XmlNamespaceManager.) | |
Equals | (Inherited from Object.) | |
GetEnumerator | (Inherited from XmlNamespaceManager.) | |
GetHashCode | (Inherited from Object.) | |
GetNamespacesInScope | (Inherited from XmlNamespaceManager.) | |
GetType | (Inherited from Object.) | |
HasNamespace | (Inherited from XmlNamespaceManager.) | |
LookupNamespace |
Gets the namespace URI for the specified prefix.
(Overrides XmlNamespaceManager..::LookupNamespace(String).) |
|
LookupPrefix | (Inherited from XmlNamespaceManager.) | |
PopScope | (Inherited from XmlNamespaceManager.) | |
PushScope | (Inherited from XmlNamespaceManager.) | |
RemoveNamespace | (Inherited from XmlNamespaceManager.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
DefaultNamespace | (Inherited from XmlNamespaceManager.) | |
NameTable | (Inherited from XmlNamespaceManager.) |
See Also
Smartsite.Validation.Sxml Namespace