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 SummaryFieldsFields inherited from class io.jmix.reports.yarg.formatters.impl.docx.AbstractRegexpFinderclassToHandle, docxFormatter, regularExpression
- 
Constructor SummaryConstructorsConstructorDescriptionRegexpFinder(DocxFormatterDelegate docxFormatter, Pattern regularExpression, Class<T> classToHandle) 
- 
Method SummaryMethods inherited from class io.jmix.reports.yarg.formatters.impl.docx.AbstractRegexpFinderapplyMethods inherited from class org.docx4j.TraversalUtil.CallbackImplgetChildren, shouldTraverse, walkJAXBElements
- 
Field Details- 
value
 
- 
- 
Constructor Details- 
RegexpFinderpublic RegexpFinder(DocxFormatterDelegate docxFormatter, Pattern regularExpression, Class<T> classToHandle) 
 
- 
- 
Method Details- 
onFind- Specified by:
- onFindin class- AbstractRegexpFinder<T>
 
- 
skipFindprotected boolean skipFind()- Overrides:
- skipFindin class- AbstractRegexpFinder<T>
 
- 
getValue
 
-