psdi.iface.stax

Interface XMLSplitListener

    • Method Detail

      • splitStart

        void splitStart()
                 throws MXException
        called before the start of splitting process.
        Throws:
        MXException
      • splitPerformed

        boolean splitPerformed(byte[] splitXMLData,
                               int splitIndex)
                        throws MXException
        Parameters:
        splitXMLData - the xml data for a split.
        splitIndex - the index of the split.
        Returns:
        true if the splitter should continue splitting the xml - false otherwise
        Throws:
        MXException