Interface ContentHandlerBlockRenderer


  • @Role
    public interface ContentHandlerBlockRenderer
    Convert Blocks into SAX events.
    Since:
    3.3M1
    Version:
    $Id: efb57fff7dfb757e107719ae5957fdada51e11e5 $
    • 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