Class TextElementDecorator
- java.lang.Object
-
- org.apache.wiki.htmltowiki.syntax.TextElementDecorator
-
public class TextElementDecorator extends java.lang.Object
Translates to wiki syntax from aText
element.
-
-
Constructor Summary
Constructors Constructor Description TextElementDecorator(java.io.PrintWriter out, java.util.Deque<java.lang.String> preStack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decorate(org.jdom2.Text element)
Translates the given XHTML element into wiki markup.
-
-
-
Constructor Detail
-
TextElementDecorator
public TextElementDecorator(java.io.PrintWriter out, java.util.Deque<java.lang.String> preStack)
-
-
Method Detail
-
decorate
public void decorate(org.jdom2.Text element)
Translates the given XHTML element into wiki markup.- Parameters:
element
- XHTML element being translated.
-
-