info.bliki.html.wikipedia
Class TdTag

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

public class TdTag
extends ConvertEmptyHTMLTag


Constructor Summary
TdTag()
           
 
Method Summary
 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.ConvertEmptyHTMLTag
emptyContent
 
Methods inherited from class info.bliki.html.wikipedia.AbstractHTMLTag
close, content, getFirstContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TdTag

public TdTag()
Method Detail

open

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

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


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