Class UlDecorator
java.lang.Object
org.apache.wiki.htmltowiki.syntax.UlDecorator
Translates to wiki syntax from a
UL element.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final XHtmlElementToWikiTranslatorprotected final PrintWriter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUlDecorator(PrintWriter out, Deque<String> liStack, XHtmlElementToWikiTranslator chain) -
Method Summary
-
Field Details
-
out
-
liStack
-
chain
-
-
Constructor Details
-
UlDecorator
-
-
Method Details
-
decorate
Translates the given XHTML element into wiki markup.- Parameters:
e- XHTML element being translated.- Throws:
org.jdom2.JDOMException
-
markupUl
Wiki markup for aULelement.- Returns:
- Wiki markup for a
ULelement.
-