Uses of Interface
org.xwiki.rendering.block.match.BlockMatcher
-
Packages that use BlockMatcher Package Description org.xwiki.rendering.block Represents content elements (Paragraph, Header, List, Styles, etc) as Blocks and a full document content is represented by a XDOM object.org.xwiki.rendering.block.match -
-
Uses of BlockMatcher in org.xwiki.rendering.block
Methods in org.xwiki.rendering.block with parameters of type BlockMatcher Modifier and Type Method Description <T extends Block>
List<T>AbstractBlock. getBlocks(BlockMatcher matcher, Block.Axes axes)<T extends Block>
List<T>Block. getBlocks(BlockMatcher matcher, Block.Axes axes)Get all blocks following providedBlockMatcherandBlock.Axes.<T extends Block>
TAbstractBlock. getFirstBlock(BlockMatcher matcher, Block.Axes axes)<T extends Block>
TBlock. getFirstBlock(BlockMatcher matcher, Block.Axes axes)Get the first matched block in the providedBlock.Axes. -
Uses of BlockMatcher in org.xwiki.rendering.block.match
Classes in org.xwiki.rendering.block.match that implement BlockMatcher Modifier and Type Class Description classAnyBlockMatcherImplementation ofBlockMatcherwhich match anyBlock.classClassBlockMatcherImplementation ofBlockMatcherwhich match anyBlockwith the provided class.classCompositeBlockMatcherImplementation ofBlockMatcherwhich matches blocks using passed matchers in series.classCounterBlockMatcherImplementation ofBlockMatcherwhich match anyBlockwith the provided class.classEqualsBlockMatcherclassMacroBlockMatcherImplementation ofBlockMatcherwhich matchesMacroBlocks.classMacroMarkerBlockMatcherImplementation ofBlockMatcherwhich matchesMacroMarkerBlocks for a list of provided macro names.classMetadataBlockMatcherImplementation ofBlockMatcherwhich matchesMetaDatainformation.classOrBlockMatcherImplementation ofBlockMatcherwhich matches blocks by matching with any of the configured matchers.classSameBlockMatcherConstructors in org.xwiki.rendering.block.match with parameters of type BlockMatcher Constructor Description BlockNavigator(BlockMatcher matcher)CompositeBlockMatcher(BlockMatcher... matchers)OrBlockMatcher(BlockMatcher... matchers)Constructor parameters in org.xwiki.rendering.block.match with type arguments of type BlockMatcher Constructor Description CompositeBlockMatcher(List<BlockMatcher> matchers)OrBlockMatcher(List<BlockMatcher> matchers)
-