Class NumberedListBlock

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void after​(org.apache.maven.doxia.sink.Sink sink)
      after.
      void before​(org.apache.maven.doxia.sink.Sink sink)
      before.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • before

        public void before​(org.apache.maven.doxia.sink.Sink sink)

        before.

        Specified by:
        before in class AbstractFatherBlock
        Parameters:
        sink - the Sink to receive events.
      • after

        public void after​(org.apache.maven.doxia.sink.Sink sink)

        after.

        Specified by:
        after in class AbstractFatherBlock
        Parameters:
        sink - the Sink to receive events.