info.bliki.html.wikipedia
Class ThTag

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

public class ThTag
extends ConvertEmptyHTMLTag


Constructor Summary
ThTag()
           
 
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

ThTag

public ThTag()
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.