:: com :: sun :: star :: configuration :: backend :: xml ::

service SchemaParser
Description
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 .

Since
OpenOffice 1.1.2
See also
LayerParser

Exported Interfaces
::com::sun::star::configuration::backend::XSchema
Description
provides access to the parsed schema data.
::com::sun::star::io::XActiveDataSink
Description
provides access to the source xml stream.
::com::sun::star::lang::XInitialization
Description
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 .


 
Top of Page