Interface INodePostProcessor


  • public interface INodePostProcessor
    Import node post processor allows clients to process XML file reader result after XML file read and before import node result save to workspace.

    Post processors are defined by estensions with com._1c.g5.v8.dt.import.xml.hierarchy_importer_post_processors extension point. Import nodes may use all combined post processors with context.

    • Method Detail

      • postProcess

        void postProcess​(XmlReaderResult readerResult,
                         IHierarchyImporterNode node)
        Process XML file reader result after XML file read and before import node result save to workspace.
        Parameters:
        readerResult - the XML file reader result after XML file read, cannot be null
        node - the import node, cannot be null