Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / IXMLProcessor Interface

In This Topic
IXMLProcessor Interface Methods
In This Topic

For a list of all members of this type, see IXMLProcessor members.

Public Methods
 NameDescription
 MethodIndicates whether the converter provides an export option.  
 MethodIndicates whether the converter can convert external formats to XML.  
 MethodConverts the XML file to a special file.  
 MethodReturns an error message if an error occured during export/import.  
 MethodReturns the filter string for the file selection box.  
 MethodReturns the name of the converter.  
 MethodReturns a settings dialog for this processor. Dialog is only created, but not displayed!  
 MethodConversion from sImportFile to sXmlFile. sXmlFile might be passed as "". In this case, the converter must set a file name. EContext may point to an EProgress object to support a progress bar. Returns true if successful.  
 MethodIs called after export has been completed.  
 MethodIs called after import has been completed.  
Top
See Also