Namespaces allow multiple XML elements using the same tag name to be present in a single document. https://www.w3.org/TR/2006/REC-xml-names-20060816/
|
static Dictionary< string,
MLNamespace > | All =new Dictionary<string,MLNamespace>() |
| The available namespaces. Maps their unique name (typically a URI) to the NS instance. More...
|
|
static Dictionary< string,
MLNamespace > | Prefixes =new Dictionary<string,MLNamespace>() |
| The available namespaces. Maps prefixes (e.g. 'svg') to the NS instance. This technically shouldn't be global, however, prefixes should always be the same. More...
|
|
static MLNamespace Dom.MLNamespaces.Get |
( |
string |
name, |
|
|
string |
prefix, |
|
|
string |
mime |
|
) |
| |
|
inlinestatic |
Gets or creates a namespace.
Gets a namespace by its name (usually a URL).
static MLNamespace Dom.MLNamespaces.GetByMime |
( |
string |
type) | |
|
|
inlinestatic |
Gets a namespace by its mime type. Null if not found.
static MLNamespace Dom.MLNamespaces.GetPrefix |
( |
string |
name) | |
|
|
inlinestatic |
Gets a namespace by prefix.
The available namespaces. Maps their unique name (typically a URI) to the NS instance.
The available namespaces. Maps prefixes (e.g. 'svg') to the NS instance. This technically shouldn't be global, however, prefixes should always be the same.