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.ListBlock
          extended by org.apache.maven.doxia.module.confluence.parser.list.NumberedListBlock
All Implemented Interfaces:
Block

public class NumberedListBlock
extends ListBlock


Constructor Summary
NumberedListBlock(java.util.List childBlocks)
           
 
Method Summary
 void after(org.apache.maven.doxia.sink.Sink sink)
           
 void before(org.apache.maven.doxia.sink.Sink sink)
           
 
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
 

Constructor Detail

NumberedListBlock

public NumberedListBlock(java.util.List childBlocks)
Method Detail

before

public void before(org.apache.maven.doxia.sink.Sink sink)
Specified by:
before in class AbstractFatherBlock

after

public void after(org.apache.maven.doxia.sink.Sink sink)
Specified by:
after in class AbstractFatherBlock


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.