Language
The Free and Open Productivity Suite
:: drafts :: com :: sun :: star :: configuration :: backend ::
|
interface XSchema |
- Base Hierarchy
::com::sun::star::uno::XInterface
|
+-XSchema
|
- Description
- Handles access to the elements of a component schema,
templates + component description.
|
Methods' Summary |
readSchema |
Describes the full schema (templates + component) to a handler.
|
readComponent |
Describes only the component schema to a handler.
|
readTemplates |
Describes the component templates to a handler.
|
Methods' Details |
readSchema
- Description
-
Describes the full schema (templates + component) to a handler.
- Parameter aHandler
- schema handler that will receive calls
describing the contents of the templates
and the component schema
|
|
readComponent
- Description
-
Describes only the component schema to a handler.
- Parameter aHandler
- schema handler that will receive calls
describing the contents of the component
schema
|
|
readTemplates
- Description
-
Describes the component templates to a handler.
- Parameter aHandler
- schema handler that will receive calls
describing the contents of the templates
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.