info.bliki.html.wikipedia
Class ConvertEmptyHTMLTag

java.lang.Object
  extended by info.bliki.html.wikipedia.AbstractHTMLTag
      extended by info.bliki.html.wikipedia.ConvertEmptyHTMLTag
All Implemented Interfaces:
HTMLTag
Direct Known Subclasses:
TdGCTag, TdJSPWikiTag, TdTag, ThGCTag, ThJSPWikiTag, ThTag, TrGCTag, TrJSPWikiTag, TrTag

public abstract class ConvertEmptyHTMLTag
extends AbstractHTMLTag


Constructor Summary
ConvertEmptyHTMLTag()
           
ConvertEmptyHTMLTag(boolean noNewLine)
           
 
Method Summary
 void emptyContent(AbstractHTMLToWiki html2WikiConverter, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
          Convert the current HTML node, which has no children nodes into wiki text.
 
Methods inherited from class info.bliki.html.wikipedia.AbstractHTMLTag
close, content, getFirstContent, open
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertEmptyHTMLTag

public ConvertEmptyHTMLTag()

ConvertEmptyHTMLTag

public ConvertEmptyHTMLTag(boolean noNewLine)
Method Detail

emptyContent

public void emptyContent(AbstractHTMLToWiki html2WikiConverter,
                         TagNode node,
                         java.lang.StringBuilder resultBuffer,
                         boolean showWithoutTag)
Description copied from interface: HTMLTag
Convert the current HTML node, which has no children nodes into wiki text.

Specified by:
emptyContent in interface HTMLTag
Overrides:
emptyContent in class AbstractHTMLTag
Parameters:
html2WikiConverter - the converter which contains the special wiki tag conversion rules.
node - the current HTML node which should be converted to HTML
resultBuffer - the resulting HTML buffer
showWithoutTag - if true don't call the open() and close() method for this tag


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