Package org.xwiki.rendering.renderer.xml
Interface ContentHandlerBlockRenderer
-
@Role public interface ContentHandlerBlockRenderer
ConvertBlock
s into SAX events.- Since:
- 3.3M1
- Version:
- $Id: efb57fff7dfb757e107719ae5957fdada51e11e5 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(Collection<Block> blocks, ContentHandler contentHandler)
void
render(Block block, ContentHandler contentHandler)
-
-
-
Method Detail
-
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
-
-