Interface Block
-
- All Known Implementing Classes:
AbstractFatherBlock,AnchorBlock,BoldBlock,HorizontalRuleBlock,ImageBlock,ItalicBlock,LinkBlock,ListBlock,ListItemBlock,MonospaceBlock,NopBlock,NumeratedListBlock,ParagraphBlock,SectionBlock,TableBlock,TableCellBlock,TableCellHeaderBlock,TableRowBlock,TextBlock,UnorderedListBlock,VerbatimBlock,WikiWordBlock,XHTMLBlock
public interface BlockDocument object model: we parse the document to a bunch of these.
Implementators should implement equals() and hashCode() to ease testing
- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtraverse(Sink sink)Traverse the block
-
-
-
Method Detail
-
traverse
void traverse(Sink sink)
Traverse the block- Parameters:
sink- the sink that travers
-
-