Class SelectDecorator
java.lang.Object
org.apache.wiki.htmltowiki.syntax.SelectDecorator
Translates to wiki syntax from a
SELECT element.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final XHtmlElementToWikiTranslatorprotected final PrintWriter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorate(org.jdom2.Element e) Translates the given XHTML element into wiki markup.protected abstract StringClosing wiki markup for aSELECT's attribute.protected abstract StringOpening wiki markup for aSELECT's attribute.protected abstract StringClosing wiki markup for anSELECTelement.protected abstract StringOpening wiki markup for anSELECTelement.
-
Field Details
-
out
-
chain
-
-
Constructor Details
-
SelectDecorator
-
-
Method Details
-
decorate
Translates the given XHTML element into wiki markup.- Parameters:
e- XHTML element being translated.- Throws:
org.jdom2.JDOMException
-
markupForSelectAttributeOpen
Opening wiki markup for aSELECT's attribute.- Parameters:
attr- attribute's name.- Returns:
- Opening wiki markup for a
SELECTelement.
-
markupForSelectAttributeClose
Closing wiki markup for aSELECT's attribute.- Returns:
- Closing wiki markup for a
SELECTelement.
-
markupSelectOpen
Opening wiki markup for anSELECTelement.- Returns:
- Opening wiki markup for an
SELECTelement.
-
markupSelectClose
Closing wiki markup for anSELECTelement.- Returns:
- Closing wiki markup for an
SELECTelement.
-