Class DlDecorator

java.lang.Object
org.apache.wiki.htmltowiki.syntax.DlDecorator

public abstract class DlDecorator extends Object
Translates to wiki syntax from a DL element.
  • Field Details

  • Constructor Details

  • Method Details

    • decorate

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

      protected abstract String markupDlOpen()
      Opening wiki markup for a DL element.
      Returns:
      Opening wiki markup for a DL element.
    • markupDlClose

      protected abstract String markupDlClose()
      Closing wiki markup for a DL element.
      Returns:
      Closing wiki markup for a DL element.