Class RegexpFinder<T>
java.lang.Object
org.docx4j.TraversalUtil.CallbackImpl
io.jmix.reports.yarg.formatters.impl.docx.AbstractRegexpFinder<T>
io.jmix.reports.yarg.formatters.impl.docx.RegexpFinder<T>
- All Implemented Interfaces:
org.docx4j.TraversalUtil.Callback
-
Field Summary
Fields inherited from class io.jmix.reports.yarg.formatters.impl.docx.AbstractRegexpFinder
classToHandle, docxFormatter, regularExpression
-
Constructor Summary
ConstructorDescriptionRegexpFinder
(DocxFormatterDelegate docxFormatter, Pattern regularExpression, Class<T> classToHandle) -
Method Summary
Methods inherited from class io.jmix.reports.yarg.formatters.impl.docx.AbstractRegexpFinder
apply
Methods inherited from class org.docx4j.TraversalUtil.CallbackImpl
getChildren, shouldTraverse, walkJAXBElements
-
Field Details
-
value
-
-
Constructor Details
-
RegexpFinder
public RegexpFinder(DocxFormatterDelegate docxFormatter, Pattern regularExpression, Class<T> classToHandle)
-
-
Method Details
-
onFind
- Specified by:
onFind
in classAbstractRegexpFinder<T>
-
skipFind
protected boolean skipFind()- Overrides:
skipFind
in classAbstractRegexpFinder<T>
-
getValue
-