Class ListItemBlock

java.lang.Object
org.apache.maven.doxia.module.twiki.parser.AbstractFatherBlock
org.apache.maven.doxia.module.twiki.parser.ListItemBlock
All Implemented Interfaces:
Block

class ListItemBlock extends AbstractFatherBlock
Block that represents the item in a list
  • Field Details

    • innerList

      private final ListBlock innerList
  • Constructor Details

  • Method Details

    • before

      final void before(Sink sink)
      method called before traversing the childs
      Specified by:
      before in class AbstractFatherBlock
      Parameters:
      sink - a sink to fill
    • after

      final void after(Sink sink)
      method called after traversing the childs
      Specified by:
      after in class AbstractFatherBlock
      Parameters:
      sink - a sink to fill
    • getInnerList

      final ListBlock getInnerList()
      Returns the innerList.
      Returns:
      UnorderedListBlock with the innerList.
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AbstractFatherBlock
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AbstractFatherBlock
      Returns:
      a int.