Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XXMLExtractor

Base Interface
com::sun::star::uno::XInterface

Description
offers the capability to extract the XML document stream from a document storage.


Methods' Summary

extract extracts the XML stream from the document storage.

Methods' Details

extract
 
com::sun::star::io::XInputStream
extract(
[ in ] com::sun::star::io::XInputStream aStream );

Description
extracts the XML stream from the document storage.
Returns
the extracted XML stream.

Top of Page