info.bliki.html.googlecode
Class ThGCTag

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

public class ThGCTag
extends ConvertEmptyHTMLTag


Constructor Summary
ThGCTag()
           
 
Method Summary
 void close(TagNode node, java.lang.StringBuilder resultBuffer)
          Write the closing wiki syntax for this tag to the result buffer
 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
content, getFirstContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThGCTag

public ThGCTag()
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)

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.