An interface for XSLT transformers. More...
import "XXSLTTransformer.idl";
Exported Interfaces | |
interface | com::sun::star::io::XActiveDataControl |
interface | com::sun::star::io::XActiveDataSink |
interface | com::sun::star::io::XActiveDataSource |
interface | com::sun::star::lang::XInitialization |
Additional Inherited Members | |
![]() | |
void | addListener ([in] com::sun::star::io::XStreamListener aListener) |
registers an object to receive events from this data source. | |
void | removeListener ([in] com::sun::star::io::XStreamListener aListener) |
unregisters an object to receive events from this data source. | |
void | start () |
starts I/O. | |
void | terminate () |
does a weak abort. | |
![]() | |
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. | |
![]() | |
void | setInputStream ([in] com::sun::star::io::XInputStream aStream) |
plugs the input stream. | |
com::sun::star::io::XInputStream | getInputStream () |
![]() | |
void | setOutputStream ([in] com::sun::star::io::XOutputStream aStream) |
plugs the output stream. | |
com::sun::star::io::XOutputStream | getOutputStream () |
![]() | |
void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) |
initializes the object. | |
An interface for XSLT transformers.
interface com::sun::star::io::XActiveDataControl |
interface com::sun::star::io::XActiveDataSink |
interface com::sun::star::io::XActiveDataSource |
interface com::sun::star::lang::XInitialization |