Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: 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
void
readSchema(
 
[in] XSchemaHandler
 
aHandler );

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
void
readComponent(
 
[in] XSchemaHandler
 
aHandler );

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
void
readTemplates(
 
[in] XSchemaHandler
 
aHandler );

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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.