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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractRegexpFinder(DocxFormatterDelegate docxFormatter, Pattern regularExpression, Class<T> classToHandle) 
- 
Method SummaryMethods inherited from class org.docx4j.TraversalUtil.CallbackImplgetChildren, shouldTraverse, walkJAXBElements
- 
Field Details- 
docxFormatter
- 
classToHandle
- 
regularExpression
 
- 
- 
Constructor Details- 
AbstractRegexpFinderpublic AbstractRegexpFinder(DocxFormatterDelegate docxFormatter, Pattern regularExpression, Class<T> classToHandle) 
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- org.docx4j.TraversalUtil.Callback
- Specified by:
- applyin class- org.docx4j.TraversalUtil.CallbackImpl
 
- 
onFind
- 
skipFindprotected boolean skipFind()
 
-