org.apache.maven.doxia.module.confluence.parser

Class SectionBlock

Implemented Interfaces:
Block

public class SectionBlock
extends java.lang.Object
implements Block

Version:
$Id: SectionBlock.java 354930 2005-12-08 01:12:16Z jdcasey $
Author:
Jason van Zyl

Constructor Summary

SectionBlock(String title, int level)

Method Summary

void
traverse(Sink sink)

Constructor Details

SectionBlock

public SectionBlock(String title,
                    int level)

Method Details

traverse

public void traverse(Sink sink)
Specified by:
traverse in interface Block