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

service LayerWriter
Description
can be used to parse a stream of configuration layer xml.

The configuration layer data described to a ::com::sun::star::configuration::backend::XLayerHandler is written to a stream as OOR Update XML.

Since
OpenOffice 1.1.2
See also
LayerParser
Service that parses configuration layer xml.

Exported Interfaces
::com::sun::star::configuration::backend::XLayerHandler
Description
accepts events describing the layer data.
::com::sun::star::io::XActiveDataSource
Description
provides access to the target stream.
::com::sun::star::lang::XInitialization
Description
allows initializing target stream.

The target can be passed as a ::com::sun::star::io::XOutputStream .


 
Top of Page