Interface ValidatorProblemCollector


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface ValidatorProblemCollector
    Validation Utilities Problems Collector.
    Since:
    25
    • Method Detail

      • problemsOccured

        void problemsOccured​(DocumentPositionedInfo[] problems)
        Report that a set of problems occurred. May be called multiple times, usually for each validated file if problems are detected inside it.
        Parameters:
        problems - The DocumentPositionedInfo array containing possible problems.