Uses of Interface
org.xwiki.rendering.block.match.BlockMatcher
Packages that use BlockMatcher
Package
Description
Represents content elements (Paragraph, Header, List, Styles, etc) as Blocks and a full document content is
represented by a XDOM object.
-
Uses of BlockMatcher in org.xwiki.rendering.block
Methods in org.xwiki.rendering.block with parameters of type BlockMatcherModifier and TypeMethodDescriptionAbstractBlock.getBlocks(BlockMatcher matcher, Block.Axes axes) 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 BlockMatcherModifier and TypeClassDescriptionclassImplementation ofBlockMatcherwhich match anyBlock.classImplementation ofBlockMatcherwhich match anyBlockwith the provided class.classImplementation ofBlockMatcherwhich matches blocks using passed matchers in series.classImplementation ofBlockMatcherwhich match anyBlockwith the provided class.classclassSearch for a specific value in aBlock.classImplementation ofBlockMatcherwhich matchesMacroBlocks.classImplementation ofBlockMatcherwhich matchesMacroMarkerBlocks for a list of provided macro names.classImplementation ofBlockMatcherwhich matchesMetaDatainformation.classImplementation ofBlockMatcherwhich matches blocks by matching with any of the configured matchers.classConstructors in org.xwiki.rendering.block.match with parameters of type BlockMatcherModifierConstructorDescriptionBlockNavigator(BlockMatcher matcher) CompositeBlockMatcher(BlockMatcher... matchers) OrBlockMatcher(BlockMatcher... matchers) Constructor parameters in org.xwiki.rendering.block.match with type arguments of type BlockMatcherModifierConstructorDescriptionCompositeBlockMatcher(List<BlockMatcher> matchers) OrBlockMatcher(List<BlockMatcher> matchers)