Class TheadDecorator


  • public class TheadDecorator
    extends java.lang.Object
    Translates to wiki syntax from a THEAD element.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void decorate​(org.jdom2.Element element)
      Translates the given XHTML element into wiki markup.
      • Methods inherited from class java.lang.Object

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

      • decorate

        public void decorate​(org.jdom2.Element element)
                      throws org.jdom2.JDOMException
        Translates the given XHTML element into wiki markup.
        Parameters:
        element - XHTML element being translated.
        Throws:
        org.jdom2.JDOMException