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

IXMLProcessor Interface
Interface for implementing an XML processor.
Syntax
public interface IXMLProcessor : IInterface  
Public Properties
 NameDescription
 PropertyThis name is used to register the type as an interface. (Inherited from Eplan.EplApi.ApplicationFramework.IInterface)
Top
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