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

interface XXMLExtractor
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
XInputStream
extract( [in] XInputStream  aStream );

Description
extracts the XML stream from the document storage.
Returns
the extracted XML stream.
Top of Page