Interface Block
- All Known Implementing Classes:
SectionBlock
public interface Block
Document object model: we parse the document to a bunch of these.
Implementators should implement equals() and hashCode() to ease testing
- Author:
- Juan F. Codagnone
-
Method Summary
Modifier and TypeMethodDescriptionvoidtraverse(org.apache.maven.doxia.sink.Sink sink) Traverse the block
-
Method Details
-
traverse
void traverse(org.apache.maven.doxia.sink.Sink sink) Traverse the block- Parameters:
sink- the sink that travers
-