Class AbstractMdXmlFileReader

    • Constructor Detail

      • AbstractMdXmlFileReader

        public AbstractMdXmlFileReader()
    • Method Detail

      • readMdObject

        protected void readMdObject​(IXmlNode node,
                                    MdObject mdObject,
                                    Version version,
                                    XmlReaderResult xrr)
        Read node to target metadata basic form object
        Parameters:
        node - the source IXmlNode, cannot be null
        mdObject - target object to fill from xml, cannot be null
        version - the version of importing 1C:Enterprise XML files, cannot be null
        xrr - the XmlReaderResult to add occurred errors or others object specifed data, cannot be null
      • readBasicDbObject

        protected void readBasicDbObject​(IXmlNode node,
                                         BasicDbObject dbObject,
                                         Version version,
                                         XmlReaderResult xrr)
        Read node to target metadata basic db object
        Parameters:
        node - the source IXmlNode, cannot be null
        dbObject - target object to fill from xml, cannot be null
        version - the version of importing 1C:Enterprise XML files, cannot be null
        xrr - the XmlReaderResult to add occurred errors or others object specifed data, cannot be null
      • readBasicFeature

        protected void readBasicFeature​(IXmlNode node,
                                        BasicFeature basicFeature,
                                        Version version,
                                        XmlReaderResult xrr)
        Read node to target metadata basic feature object
        Parameters:
        node - the source IXmlNode, cannot be null
        basicFeature - target object to fill from xml, cannot be null
        version - the version of importing 1C:Enterprise XML files, cannot be null
        xrr - the XmlReaderResult to add occurred errors or others object specifed data, cannot be null
      • readBasicForm

        protected void readBasicForm​(IXmlNode node,
                                     BasicForm form,
                                     Version version,
                                     XmlReaderResult xrr)
        Read node to target metadata basic form object
        Parameters:
        node - the source IXmlNode, cannot be null
        form - target object to fill from xml, cannot be null
        version - the version of importing 1C:Enterprise XML files, cannot be null
        errorCollector - the XmlReaderResult to add occurred errors or others object specifed data, cannot be null