Class AbstractRegexpFinder<T>

java.lang.Object
org.docx4j.TraversalUtil.CallbackImpl
io.jmix.reports.yarg.formatters.impl.docx.AbstractRegexpFinder<T>
All Implemented Interfaces:
org.docx4j.TraversalUtil.Callback
Direct Known Subclasses:
RegexpCollectionFinder, RegexpFinder

public abstract class AbstractRegexpFinder<T> extends org.docx4j.TraversalUtil.CallbackImpl
  • Field Details

  • Constructor Details

  • Method Details

    • apply

      public List<Object> apply(Object o)
      Specified by:
      apply in interface org.docx4j.TraversalUtil.Callback
      Specified by:
      apply in class org.docx4j.TraversalUtil.CallbackImpl
    • onFind

      protected abstract void onFind(T o, Matcher matcher)
    • skipFind

      protected boolean skipFind()