![]() | Property | Description | ||
| Property Name | DefaultNamespaceURI | |||
| Property Type | string | |||
| Accessors | Read Only | |||
| Description | A collection of name value pairs, containing a namespace URI and namespace Alias. | |||
| Remarks |
These alias will be declared at the root level in the document.
class LTXMLLIB_API CNamespaceAliasMap void Add(LPCTSTR lpctAlias, LPCTSTR lpctNamespace); std::tstring GetNamespaceFromAlias (LPCTSTR lpctAlias) const; int GetNamespaceCount () const; }; |