Class DdDecorator
java.lang.Object
org.apache.wiki.htmltowiki.syntax.DdDecorator
Translates to wiki syntax from a
DD
element.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final XHtmlElementToWikiTranslator
protected final PrintWriter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DdDecorator
(PrintWriter out, XHtmlElementToWikiTranslator chain) -
Method Summary
-
Field Details
-
out
-
chain
-
-
Constructor Details
-
DdDecorator
-
-
Method Details
-
decorate
Translates the given XHTML element into wiki markup.- Parameters:
e
- XHTML element being translated.- Throws:
org.jdom2.JDOMException
-
markupDd
Wiki markup for add
element.- Returns:
- Wiki markup for a
dd
element.
-