Class RegexpCollectionFinder<T>
java.lang.Object
org.docx4j.TraversalUtil.CallbackImpl
io.jmix.reports.yarg.formatters.impl.docx.AbstractRegexpFinder<T>
io.jmix.reports.yarg.formatters.impl.docx.RegexpCollectionFinder<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
ConstructorDescriptionRegexpCollectionFinder
(DocxFormatterDelegate docxFormatter, Pattern regularExpression, Class<T> classToHandle) -
Method Summary
Methods inherited from class io.jmix.reports.yarg.formatters.impl.docx.AbstractRegexpFinder
apply, skipFind
Methods inherited from class org.docx4j.TraversalUtil.CallbackImpl
getChildren, shouldTraverse, walkJAXBElements
-
Field Details
-
values
-
-
Constructor Details
-
RegexpCollectionFinder
public RegexpCollectionFinder(DocxFormatterDelegate docxFormatter, Pattern regularExpression, Class<T> classToHandle)
-
-
Method Details
-
onFind
- Specified by:
onFind
in classAbstractRegexpFinder<T>
-
getValues
-