org.apache.maven.doxia.module.twiki.parser
Interface Block

All Known Implementing Classes:
AbstractFatherBlock, AnchorBlock, BoldBlock, HorizontalRuleBlock, ItalicBlock, LinkBlock, ListBlock, ListItemBlock, MonospaceBlock, NopBlock, NumeratedListBlock, ParagraphBlock, SectionBlock, TableBlock, TableCellBlock, TableCellHeaderBlock, TableRowBlock, TextBlock, UnorderedListBlock, WikiWordBlock

public interface Block

Document objet model: we parse the document to a bunch of these.

Implementators should implement equals() and hashCode() to ease testing

Since:
Nov 1, 2005
Author:
Juan F. Codagnone

Method Summary
 void traverse(Sink sink)
          Traverse the block
 

Method Detail

traverse

void traverse(Sink sink)
Traverse the block

Parameters:
sink - the sink that travers


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.