Interface ProcessingInstructionCallback

    • Method Detail

      • onProcessingInstruction

        void onProcessingInstruction​(String processingInstruction)
        Invoked once a new XML Processing Instruction got split.
        Parameters:
        processingInstruction - the string of the split Processing Instruction.