Class FormCommandXmlPartReader

  • All Implemented Interfaces:
    IXmlPartReader

    public class FormCommandXmlPartReader
    extends AbstractFormXmlPartReader
    Xml part reader for events from EventHandlerContainer

    Note that, for correct determine host of events it is necessary that the object and its extension information object were connected

    • Constructor Detail

      • FormCommandXmlPartReader

        public FormCommandXmlPartReader()
    • Method Detail

      • readContainment

        public void readContainment​(org.eclipse.emf.ecore.EObject context,
                                    org.eclipse.emf.ecore.EStructuralFeature feature,
                                    IXmlNode node,
                                    String attributeName,
                                    Version version,
                                    IXmlReadErrorCollector errorCollector)
        Description copied from class: AbstractFormXmlPartReader
        Read and convert node named attribute content to value in context-feature.
        Specified by:
        readContainment in class AbstractFormXmlPartReader
        Parameters:
        context - the context EObject, cannot be null
        feature - the containment EStructuralFeature, cannot be null
        node - the source IXmlNode, cannot be null
        attributeName - the name of attribute to set as value in model, or null to use text from node
        version - the version of importing 1C:Enterprise XML files, cannot be null
        errorCollector - the IXmlReadErrorCollector to add occurred errors