info.bliki.html.googlecode
Class ListGCTag
java.lang.Object
info.bliki.html.wikipedia.AbstractHTMLTag
info.bliki.html.googlecode.ListGCTag
- All Implemented Interfaces:
- HTMLTag
public class ListGCTag
- extends AbstractHTMLTag
Constructor Summary |
ListGCTag(java.lang.String listChar,
java.lang.String ulTag,
java.lang.String olTag)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListGCTag
public ListGCTag(java.lang.String listChar,
java.lang.String ulTag,
java.lang.String olTag)
getListLines
public java.util.List<java.lang.String> getListLines(java.lang.String listChar,
AbstractHTMLToWiki w,
TagNode listNode)
content
public void content(AbstractHTMLToWiki w,
TagNode node,
java.lang.StringBuilder resultBuffer,
boolean showWithoutTag)
- Description copied from interface:
HTMLTag
- Convert the current HTML node into wiki text.
- Specified by:
content
in interface HTMLTag
- Overrides:
content
in class AbstractHTMLTag
- Parameters:
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
Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.