:: 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
OOo 1.1.2
See also
LayerParser
Service that parses configuration layer xml.

Exported Interfaces - Summary
::com::sun::star::configuration::backend::XSchema

provides access to the parsed schema data.

::com::sun::star::io::XActiveDataSink

provides access to the source xml stream.

::com::sun::star::lang::XInitialization

allows initializing the source stream. (details)

Exported Interfaces - Details
::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