org.xwiki.rendering.renderer.xml
@Role public interface ContentHandlerBlockRenderer
Blocks into SAX events.| Modifier and Type | Method and Description |
|---|---|
void |
render(Block block,
ContentHandler contentHandler) |
void |
render(Collection<Block> blocks,
ContentHandler contentHandler) |
void render(Block block, ContentHandler contentHandler)
block - the block to render in the target syntaxcontentHandler - the object to send SAX event tovoid render(Collection<Block> blocks, ContentHandler contentHandler)
blocks - the list of blocks to render in the target syntaxcontentHandler - the object to send SAX event toCopyright © 2004-2013 XWiki. All Rights Reserved.