Interface INodePostProcessor
- All Known Implementing Classes:
AdoptedObjectPostProcessor,CombinedNodePostProcessor
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 Summary
Modifier and TypeMethodDescriptionvoidpostProcess(XmlReaderResult readerResult, IHierarchyImporterNode node) Process XML file reader result after XML file read and before import node result save to workspace.
-
Method Details
-
postProcess
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 benullnode- the import node, cannot benull
-