|
||||||||||
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.ListTag
public class ListTag
Field Summary |
---|
Fields inherited from class info.bliki.html.wikipedia.AbstractHTMLTag |
---|
fconvertPlainText |
Constructor Summary | |
---|---|
ListTag(java.lang.String listChar)
|
Method Summary | |
---|---|
void |
content(AbstractHTMLToWiki w,
TagNode node,
java.lang.StringBuilder resultBuffer,
boolean showWithoutTag)
Convert the current HTML node into wiki text. |
java.util.List<java.lang.String> |
getListLines(java.lang.String listChar,
AbstractHTMLToWiki w,
TagNode listNode)
|
Methods inherited from class info.bliki.html.wikipedia.AbstractHTMLTag |
---|
close, emptyContent, getFirstContent, open |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListTag(java.lang.String listChar)
Method Detail |
---|
public java.util.List<java.lang.String> getListLines(java.lang.String listChar, AbstractHTMLToWiki w, TagNode listNode)
public void content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
HTMLTag
content
in interface HTMLTag
content
in class AbstractHTMLTag
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 |