org.xwiki.rendering.renderer.xml
Interface ContentHandlerBlockRenderer
@ComponentRole
public interface ContentHandlerBlockRenderer
Convert Blocks into SAX events.
- Since:
- 3.3M1
- Version:
- $Id$
render
void render(Block block,
ContentHandler contentHandler)
- Parameters:
block - the block to render in the target syntaxcontentHandler - 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 syntaxcontentHandler - the object to send SAX event to
Copyright © 2004-2011 XWiki. All Rights Reserved.