Class FormXmlFileReader

    • Constructor Detail

      • FormXmlFileReader

        public FormXmlFileReader()
    • Method Detail

      • readFormContent

        protected XmlReaderResult readFormContent​(IXmlNode node,
                                                  Version version,
                                                  Form form,
                                                  FormXmlReaderResult xrr)
        Reads form content from the provided XML node and fill the provided form and reader result.
        Parameters:
        node - the XML node to read form from, cannot be null
        version - the 1C:Enterprise runtime version, cannot be null
        form - the form to fill, cannot be null
        xrr - the form XML reader result, cannot be null
        Returns:
        result with filled form, never null