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

interface XXMLExtractor
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XXMLExtractor
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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