provides read only access to a configuration component schema. More...
import "Schema.idl";
 
  
| Exported Interfaces | |
| interface | XSchema | 
| handles access to the schema data for a component. | |
| Public Attributes | |
| string | URL | 
| The URL of the layer data. | |
| Additional Inherited Members | |
|  Public Member Functions inherited from XSchema | |
| void | readSchema ([in] XSchemaHandler aHandler) raises (com::sun::star::lang::NullPointerException, com::sun::star::lang::WrappedTargetException, MalformedDataException) | 
| Describes the full schema (templates + component) to a XSchemaHandler. | |
| void | readComponent ([in] XSchemaHandler aHandler) raises (com::sun::star::lang::NullPointerException, com::sun::star::lang::WrappedTargetException, MalformedDataException) | 
| Describes only the component definition to a XSchemaHandler. | |
| void | readTemplates ([in] XSchemaHandler aHandler) raises (com::sun::star::lang::NullPointerException, com::sun::star::lang::WrappedTargetException, MalformedDataException) | 
| Describes the component templates to a XSchemaHandler. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides read only access to a configuration component schema.
A component is a set of hierarchically organized and semantically related configuration settings, e.g StarWriter settings.
A component schema contains two separate sections, one which describes the templates to be used in the dynamic containers (sets) of the component and one which describes the component's data structure.
| interface XSchema | 
handles access to the schema data for a component.
The data can be read either in its entirety (templates and component description) or each of its parts can be accessed.
| 
 | optionalpropertyreadonly | 
The URL of the layer data.