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

In This Topic
    IXMLProcessor Interface
    In This Topic
    Interface for implementing an XML processor.
    Syntax
    public interface IXMLProcessor : IInterface  
    public interface class IXMLProcessor : public 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. e.g. "Access *.mdb|*.mdb"  
     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