XMLNamespace Type
An XML namespace from the current namespace stack.
Remarks
This type describes an XML namespace from the current stack. It includes fields to denote the Prefix and the URI of the namespace being defined.
The default namespace exists at index 0. The Prefix field at index 0 is "xmlns", and the Name field contains the default namespace.
Fields
Prefix String |
|
URI String |
Namespace URI associated with the corresponding Prefix. This is usually a URL pointing to the XML schema for the namespace. |
Constructors
[VB.NET] Public XMLNamespace() [C#] public XMLNamespace();
[VB.NET] Public XMLNamespace(ByVal Name As String, ByVal Prefix As String) [C#] public XMLNamespace(string name, string prefix);