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 Summary
-
Constructor Summary
ConstructorDescriptionAbstractRegexpFinder
(DocxFormatterDelegate docxFormatter, Pattern regularExpression, Class<T> classToHandle) -
Method Summary
Methods inherited from class org.docx4j.TraversalUtil.CallbackImpl
getChildren, shouldTraverse, walkJAXBElements
-
Field Details
-
docxFormatter
-
classToHandle
-
regularExpression
-
-
Constructor Details
-
AbstractRegexpFinder
public AbstractRegexpFinder(DocxFormatterDelegate docxFormatter, Pattern regularExpression, Class<T> classToHandle)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceorg.docx4j.TraversalUtil.Callback
- Specified by:
apply
in classorg.docx4j.TraversalUtil.CallbackImpl
-
onFind
-
skipFind
protected boolean skipFind()
-