public interface TextElementMatcher
| Modifier and Type | Method and Description |
|---|---|
default TextElementMatcher |
and(TextElementMatcher textElementMatcher)
This allows the combination of different TextElementMatcher instances.
|
boolean |
match(TextElement textElement) |
boolean match(TextElement textElement)
default TextElementMatcher and(TextElementMatcher textElementMatcher)
textElementMatcher - TextElementMatcher to combine with this oneCopyright © 2007–2024. All rights reserved.