:: com :: sun :: star :: xml ::
|
interface XImportFilter |
|
- Description
- interface to implement for an XML-based import filter.
- Since
- OOo 1.1.2
|
Methods' Summary |
importer |
performs the import.
|
Methods' Details |
importer
- Description
- performs the import.
The source data (location indicated by aSourceData),
and the XML representation of the document must be generated by calls
to xocHandler (???) methods.
- Parameter aSourceData
- ::com::sun::star::document::MediaDescriptor
which defines the data source
- Parameter msUserData
- Sequence of strings which contains the user data defined in the
TypeDetection.xml
- Parameter xDocHandler
- target for the XML document representation
- Returns
- true if import process is successful
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.