ODNameSpaceManager
- Superclasses
ODObject- Subclasses
- none
An object of the
ODNameSpaceManagerclass manages the creation and deletion of name spaces among OpenDoc and any associated parts.Description
When you open a document, the session object creates a single name-space manager object. All parts of that document share the name-space manager; you can obtain a reference to it by calling the session object'sGetNameSpaceManagermethod (page 609).A part creates a name space by calling the name-space manager's
CreateNameSpacemethod (page 436). Name spaces may be arranged hierarchically to facilitate searches among multiple name spaces. To obtain a reference to an existing name space, a part calls the name-space manager'sHasNameSpacemethod (page 438).For additional information related to name spaces, see descriptions of the name-space classes
ODNameSpace(page 428),ODObjectNameSpace(page 450), andODValueNameSpace(page 820).Methods
This section presents summary descriptions of theODNameSpaceManagermethods, followed by detailed descriptions in alphabetical order.
CreateNameSpace- Creates a new name space.
DeleteNameSpace- Deletes the specified name space.
HasNameSpace- Checks whether the specified name space exists and, if so, returns a reference to it.
Methods
CreateNameSpace
DeleteNameSpace
HasNameSpace