Interface BambooStAXRootMapper

    • Method Detail

      • getXmlRootNodeName

        @NotNull
        @NotNull String getXmlRootNodeName()
        Returns local name of the XML parent node handled by this mapper
        Returns:
        local name of the XML parent node
      • exportData

        void exportData​(@NotNull
                        @NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
                        ExportDetailsBean exportDetailsBean)
                 throws Exception
        Perform data export
        Parameters:
        outputElement - parent node for mapper's root node, usually root element of the XML file
        exportDetailsBean -
        Throws:
        Exception - when something went wrong
      • importData

        void importData​(@NotNull
                        @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor)
                 throws Exception
        Perform data import
        Parameters:
        inputCursor - mapper's root node, usually child of root element of the XML file
        Throws:
        Exception - when something went wrong