info.bliki.html.googlecode
Class TableGCTag

java.lang.Object
  extended by info.bliki.html.wikipedia.AbstractHTMLTag
      extended by info.bliki.html.googlecode.TableGCTag
All Implemented Interfaces:
HTMLTag

public class TableGCTag
extends AbstractHTMLTag


Field Summary
 
Fields inherited from class info.bliki.html.wikipedia.AbstractHTMLTag
fconvertPlainText
 
Constructor Summary
TableGCTag()
           
 
Method Summary
 void close(TagNode node, java.lang.StringBuilder resultBuffer)
          Write the closing wiki syntax for this tag to the result buffer
 
Methods inherited from class info.bliki.html.wikipedia.AbstractHTMLTag
content, emptyContent, getFirstContent, open
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableGCTag

public TableGCTag()
Method Detail

close

public void close(TagNode node,
                  java.lang.StringBuilder resultBuffer)
Description copied from interface: HTMLTag
Write the closing wiki syntax for this tag to the result buffer

Specified by:
close in interface HTMLTag
Overrides:
close in class AbstractHTMLTag
See Also:
HTMLTag.open(TagNode, StringBuilder)


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.