org.apache.maven.doxia.module.confluence.parser.list
Class NumberedListBlock

java.lang.Object
  extended by org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
      extended by org.apache.maven.doxia.module.confluence.parser.list.NumberedListBlock
All Implemented Interfaces:
Block

public class NumberedListBlock
extends AbstractFatherBlock

NumberedListBlock class.

Version:
$Id: NumberedListBlock.java 746983 2009-02-23 12:28:41Z vsiveton $

Method Summary
 void after(Sink sink)
          

after

 void before(Sink sink)
          

before

 
Methods inherited from class org.apache.maven.doxia.module.confluence.parser.AbstractFatherBlock
getBlocks, traverse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

before

public void before(Sink sink)

before

Specified by:
before in class AbstractFatherBlock

after

public void after(Sink sink)

after

Specified by:
after in class AbstractFatherBlock


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.