org.xwiki.rendering.renderer.xml
Interface ContentHandlerBlockRenderer


@ComponentRole
public interface ContentHandlerBlockRenderer

Convert Blocks into SAX events.

Since:
3.3M1
Version:
$Id: a65ae1cb9b108274fdf4ad244d1ddf527f4d2a56 $

Method Summary
 void render(Block block, ContentHandler contentHandler)
           
 void render(Collection<Block> blocks, ContentHandler contentHandler)
           
 

Method Detail

render

void render(Block block,
            ContentHandler contentHandler)
Parameters:
block - the block to render in the target syntax
contentHandler - the object to send SAX event to

render

void render(Collection<Block> blocks,
            ContentHandler contentHandler)
Parameters:
blocks - the list of blocks to render in the target syntax
contentHandler - the object to send SAX event to


Copyright © 2004-2011 XWiki. All Rights Reserved.