|
||||||||||
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.ConvertEmptyHTMLTag
public abstract class ConvertEmptyHTMLTag
Constructor Summary | |
---|---|
ConvertEmptyHTMLTag()
|
|
ConvertEmptyHTMLTag(boolean noNewLine)
|
Method Summary | |
---|---|
void |
emptyContent(AbstractHTMLToWiki html2WikiConverter,
TagNode node,
java.lang.StringBuilder resultBuffer,
boolean showWithoutTag)
Convert the current HTML node, which has no children nodes into wiki text. |
Methods inherited from class info.bliki.html.wikipedia.AbstractHTMLTag |
---|
close, content, getFirstContent, open |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConvertEmptyHTMLTag()
public ConvertEmptyHTMLTag(boolean noNewLine)
Method Detail |
---|
public void emptyContent(AbstractHTMLToWiki html2WikiConverter, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
HTMLTag
emptyContent
in interface HTMLTag
emptyContent
in class AbstractHTMLTag
html2WikiConverter
- 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 |