info.bliki.html.wikipedia
Class TrTag

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

public class TrTag
extends ConvertEmptyHTMLTag


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

TrTag

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