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
 java.util.List<Block> Block.getBlocks(BlockMatcher matcher, Block.Axes axes)
          Get all blocks following provided BlockMatcher and Block.Axes.
 java.util.List<Block> AbstractBlock.getBlocks(BlockMatcher matcher, Block.Axes axes)
          Get all blocks following provided BlockMatcher and Block.Axes.
 Block Block.getFirstBlock(BlockMatcher matcher, Block.Axes axes)
          Get the first matched block in the provided Block.Axes.
 Block AbstractBlock.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 MetadataBlockMatcher
          Implementation of BlockMatcher which matches MetaData information.
 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
CompositeBlockMatcher(BlockMatcher... matchers)
           
 

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



Copyright © 2004-2011 XWiki. All Rights Reserved.