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

All Known Implementing Classes:
SectionBlock

public interface Block

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

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

Version:
$Id: Block.java 705065 2008-10-15 21:46:08Z vsiveton $
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 © 2005-2012 The Apache Software Foundation. All Rights Reserved.