Uses of Class
org.xwiki.rendering.block.Block.Axes

Packages that use Block.Axes
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 Block.Axes in org.xwiki.rendering.block
 

Methods in org.xwiki.rendering.block that return Block.Axes
static Block.Axes Block.Axes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Block.Axes[] Block.Axes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xwiki.rendering.block with parameters of type Block.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>
List<T>
AbstractBlock.getBlocks(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.
<T extends Block>
T
AbstractBlock.getFirstBlock(BlockMatcher matcher, Block.Axes axes)
           
 

Uses of Block.Axes in org.xwiki.rendering.block.match
 

Methods in org.xwiki.rendering.block.match with parameters of type Block.Axes
<T extends Block>
List<T>
BlockNavigator.getBlocks(Block currentBlock, Block.Axes currentAxes)
          Get all blocks following provided BlockMatcher and Block.Axes.
<T extends Block>
T
BlockNavigator.getFirstBlock(Block currentBlock, Block.Axes currentAxes)
          Get the first matched block in the provided Block.Axes.
 



Copyright © 2004–2014 XWiki. All rights reserved.