Uses of Interface
org.xwiki.rendering.block.BlockFilter

Packages that use BlockFilter
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. 
 

Uses of BlockFilter in org.xwiki.rendering.block
 

Classes in org.xwiki.rendering.block that implement BlockFilter
 class PlainTextBlockFilter
          Used to filter plain text blocks.
 

Methods in org.xwiki.rendering.block with parameters of type BlockFilter
 ImageBlock ImageBlock.clone(BlockFilter blockFilter)
          Return a copy of the block with filtered children.
 LinkBlock LinkBlock.clone(BlockFilter blockFilter)
          Return a copy of the block with filtered children.
 Block Block.clone(BlockFilter blockFilter)
          Return a copy of the block with filtered children.
 Block AbstractBlock.clone(BlockFilter blockFilter)
          Return a copy of the block with filtered children.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.