Interface IReadPostProcessor


  • public interface IReadPostProcessor
    Import XML read post processor allows clients to process XML file reader result after XML file read and before release IXmlNode-s tree

    Post processors are defined by estensions with com._1c.g5.v8.dt.import.xml.hierarchy_importer_post_processors extension point.

    • Method Detail

      • postProcess

        void postProcess​(XmlReaderResult readerResult,
                         IXmlNode node,
                         Version version)
        Process XML file reader result after XML file read and before release IXmlNode-s tree.
        Parameters:
        readerResult - the XML file reader result after XML file read, cannot be null
        node - the XML node of root element, cannot be null
        version - the version of importing 1C:Enterprise XML files, cannot be null