PhoenixmlDb.Core
NamespaceBinding
A namespace prefix-to-URI binding, representing a single xmlns:prefix="uri" declaration on an element.
#NamespaceBinding
Namespace: PhoenixmlDb.Xdm
A namespace prefix-to-URI binding, representing a single xmlns:prefix="uri" declaration on an element.
Used in to track which namespace prefixes are declared on each element. The default namespace uses an empty string for .
#Constructors
##ctor(String,PhoenixmlDb.Core.NamespaceId)
A namespace prefix-to-URI binding, representing a single xmlns:prefix="uri" declaration on an element.
Parameters:
-
Prefix— The namespace prefix, or an empty string for the default namespace. -
Namespace— The interned namespace URI that the prefix is bound to.
Used in to track which namespace prefixes are declared on each element. The default namespace uses an empty string for .
#Properties
| Name | Description |
|---|---|
Namespace
|
The interned namespace URI that the prefix is bound to. |
Prefix
|
The namespace prefix, or an empty string for the default namespace. |