Uses of Interface
org.xwiki.rendering.block.match.BlockMatcher

Packages that use BlockMatcher
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
<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 provided BlockMatcher and Block.Axes.
<T extends Block>
T
AbstractBlock.getFirstBlock(BlockMatcher matcher, Block.Axes axes)
           
<T extends Block>
T
Block.getFirstBlock(BlockMatcher matcher, Block.Axes axes)
          Get the first matched block in the provided Block.Axes.
 

Uses of BlockMatcher in org.xwiki.rendering.block.match
 

Classes in org.xwiki.rendering.block.match that implement BlockMatcher
 class AnyBlockMatcher
          Implementation of BlockMatcher which match any Block.
 class ClassBlockMatcher
          Implementation of BlockMatcher which match any Block with the provided class.
 class CompositeBlockMatcher
          Implementation of BlockMatcher which matches blocks using passed matchers in series.
 class EqualsBlockMatcher
          Implementation of BlockMatcher which match Block equals to the registered Block.
 class MacroBlockMatcher
          Implementation of BlockMatcher which matches MacroBlocks.
 class MetadataBlockMatcher
          Implementation of BlockMatcher which matches MetaData information.
 class OrBlockMatcher
          Implementation of BlockMatcher which matches blocks by matching with any of the configured matchers.
 class SameBlockMatcher
          Implementation of BlockMatcher which match Block same as the registered Block.
 

Constructors in org.xwiki.rendering.block.match with parameters of type BlockMatcher
BlockNavigator(BlockMatcher matcher)
           
CompositeBlockMatcher(BlockMatcher... matchers)
           
OrBlockMatcher(BlockMatcher... matchers)
           
 

Constructor parameters in org.xwiki.rendering.block.match with type arguments of type BlockMatcher
CompositeBlockMatcher(List<BlockMatcher> matchers)
           
OrBlockMatcher(List<BlockMatcher> matchers)
           
 



Copyright © 2004–2013 XWiki. All rights reserved.