| Interface | Description |
|---|---|
| BlockMatcher |
| Class | Description |
|---|---|
| AnyBlockMatcher |
Implementation of
BlockMatcher which match any Block. |
| BlockNavigator |
Tool to navigate in a tree of blocks and extract them based on configurable criteria.
|
| ClassBlockMatcher |
Implementation of
BlockMatcher which match any Block with the provided class. |
| CompositeBlockMatcher |
Implementation of
BlockMatcher which matches blocks using passed matchers in series. |
| CounterBlockMatcher |
Implementation of
BlockMatcher which match any Block with the provided class. |
| EqualsBlockMatcher | |
| MacroBlockMatcher |
Implementation of
BlockMatcher which matches MacroBlocks. |
| MacroMarkerBlockMatcher |
Implementation of
BlockMatcher which matches MacroMarkerBlocks for a list of provided macro names. |
| MetadataBlockMatcher |
Implementation of
BlockMatcher which matches MetaData information. |
| OrBlockMatcher |
Implementation of
BlockMatcher which matches blocks by matching with any
of the configured matchers. |
| SameBlockMatcher |
Copyright © 2004–2021 XWiki. All rights reserved.