|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.bliki.html.wikipedia.AbstractHTMLTag
info.bliki.html.wikipedia.OpenCloseTag
info.bliki.html.wikipedia.OpenCloseHTMLTag
info.bliki.html.wikipedia.FontTag
public class FontTag
Field Summary |
---|
Fields inherited from class info.bliki.html.wikipedia.OpenCloseTag |
---|
closeStr, formatContent, openStr |
Fields inherited from class info.bliki.html.wikipedia.AbstractHTMLTag |
---|
fconvertPlainText |
Constructor Summary | |
---|---|
FontTag(java.lang.String opener,
java.lang.String closer)
|
Method Summary | |
---|---|
void |
content(AbstractHTMLToWiki w,
TagNode node,
java.lang.StringBuilder resultBuffer,
boolean showWithoutTag)
Convert the current HTML node into wiki text. |
void |
open(TagNode node,
java.lang.StringBuilder resultBuffer)
Write the opening wiki syntax for this tag to the result buffer |
Methods inherited from class info.bliki.html.wikipedia.OpenCloseTag |
---|
close, formatContent, getCloseStr, getOpenStr, setCloseStr, setOpenStr |
Methods inherited from class info.bliki.html.wikipedia.AbstractHTMLTag |
---|
emptyContent, getFirstContent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FontTag(java.lang.String opener, java.lang.String closer)
Method Detail |
---|
public void open(TagNode node, java.lang.StringBuilder resultBuffer)
HTMLTag
open
in interface HTMLTag
open
in class OpenCloseHTMLTag
HTMLTag.close(TagNode, StringBuilder)
public void content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
HTMLTag
content
in interface HTMLTag
content
in class OpenCloseTag
w
- the converter which contains the special wiki tag conversion
rules.node
- the current HTML node which should be converted to HTMLresultBuffer
- the resulting HTML buffershowWithoutTag
- if true
don't call the open() and close() method for
this tag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |