:: com :: sun :: star :: xml :: xslt ::

unpublished interface XXSLTTransformer
Base Interfaces
XXSLTTransformer
┣ ::com::sun::star::io::XActiveDataControl
┣ ::com::sun::star::io::XActiveDataSink
┣ ::com::sun::star::io::XActiveDataSource
┗ ::com::sun::star::lang::XInitialization

::com::sun::star::io::XActiveDataControl
(referenced interface's summary:)
makes it possible to control an active data source.
::com::sun::star::io::XActiveDataSink
(referenced interface's summary:)
makes it possible to read the corresponding object from an input stream.
::com::sun::star::io::XActiveDataSource
(referenced interface's summary:)
has to be implemented if the class should be able to write into an output stream.
::com::sun::star::lang::XInitialization
(referenced interface's summary:)
initializes an object directly after its creation.
Usage Restrictions
not published
Description
An interface for XSLT transformers.
Since
LibreOffice 4.0

Top of Page