CustomXMLPrefixMappings Object Members
Represents a collection of CustomXMLPrefixMapping objects.
Methods
| Name | Description | |
|---|---|---|
| AddNamespace | Allows you to add a custom namespace/prefix mapping to use when querying an item. |
| LookupNamespace | Allows you to get the namespace corresponding to the specified prefix. |
| LookupPrefix | Allows you to get a prefix corresponding to the specified namespace. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the CustomXMLPrefixMappings object. Read-only. |
| Count | Gets a Long indicating the number of items in the CustomXMLPrefixMappings collection. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the CustomXMLPrefixMappings object was created. Read-only. |
| Item | Gets a CustomXMLPrefixMapping object from the CustomXMLPrefixMappings collection. Read-only. |
| Parent | Gets the Parent object for the CustomXMLPrefixMappings object. Read-only. |