interface XXMLExtractor in module com::sun::star::io::

(Global Index)

Syntax

interface XXMLExtractor : com::sun::star::uno::XInterface ;

Description

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

Method Summary

extract extracts the XML stream from the document storage.

Method Details



extract

Syntax

com::sun::star::io::XInputStream extract (
com::sun::star::io::XInputStream aStream );

Description

extracts the XML stream from the document storage.

Returns

the extracted XML stream.
Top of Page