represents a configuration schema that is stored in a stream in OOR Schema XML format. More...
import "SchemaParser.idl";
 
  
| Exported Interfaces | |
| interface | com::sun::star::configuration::backend::XSchema | 
| provides access to the parsed schema data. | |
| interface | com::sun::star::io::XActiveDataSink | 
| provides access to the source XML stream. | |
| interface | com::sun::star::lang::XInitialization | 
| allows initializing the source stream. | |
| 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. | |
|  Public Member Functions inherited from XActiveDataSink | |
| void | setInputStream ([in] com::sun::star::io::XInputStream aStream) | 
| plugs the input stream. | |
| com::sun::star::io::XInputStream | getInputStream () | 
|  Public Member Functions inherited from XInitialization | |
| void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) | 
| initializes the object. | |
represents a configuration schema that is stored in a stream in OOR Schema XML format.
The configuration schema XML from a given stream is parsed and fed to a com::sun::star::configuration::backend::XSchemaHandler.
provides access to the parsed schema data.
| interface com::sun::star::io::XActiveDataSink | 
provides access to the source XML stream.
| interface com::sun::star::lang::XInitialization | 
allows initializing the source stream.
The source can be passed as a com::sun::star::io::XInputStream or as a com::sun::star::xml::sax::InputSource.