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

java.lang.Object
  extended byorg.apache.maven.doxia.module.confluence.parser.SectionBlock
All Implemented Interfaces:
Block

public class SectionBlock
extends Object
implements Block

Version:
$Id: SectionBlock.java 568157 2007-08-21 15:06:04Z ltheussl $
Author:
Jason van Zyl

Constructor Summary
SectionBlock(String title, int level)
           
 
Method Summary
 void traverse(Sink sink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionBlock

public SectionBlock(String title,
                    int level)
Method Detail

traverse

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


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.