Class BrDecorator
java.lang.Object
org.apache.wiki.htmltowiki.syntax.BrDecorator
Translates to wiki syntax from a
BR element.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final XHtmlElementToWikiTranslatorprotected final PrintWriter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBrDecorator(PrintWriter out, Deque<String> preStack, XHtmlElementToWikiTranslator chain) -
Method Summary
-
Field Details
-
out
-
preStack
-
chain
-
-
Constructor Details
-
BrDecorator
-
-
Method Details
-
decorate
Translates the given XHTML element into wiki markup.- Parameters:
base- parent of the XHTML element being translated.e- element being translated.- Throws:
org.jdom2.JDOMException
-
markupBr
Wiki markup for aBRelement.- Returns:
- Wiki markup for a
BRelement.
-