info.bliki.html.wikipedia
Class OpenCloseHTMLTag

java.lang.Object
  extended by info.bliki.html.wikipedia.AbstractHTMLTag
      extended by info.bliki.html.wikipedia.OpenCloseTag
          extended by info.bliki.html.wikipedia.OpenCloseHTMLTag
All Implemented Interfaces:
HTMLTag
Direct Known Subclasses:
FontTag

public class OpenCloseHTMLTag
extends OpenCloseTag


Field Summary
 
Fields inherited from class info.bliki.html.wikipedia.OpenCloseTag
closeStr, formatContent, openStr
 
Fields inherited from class info.bliki.html.wikipedia.AbstractHTMLTag
fconvertPlainText
 
Constructor Summary
OpenCloseHTMLTag(java.lang.String opener, java.lang.String closer)
           
 
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.OpenCloseTag
close, content, formatContent, getCloseStr, getOpenStr, setCloseStr, setOpenStr
 
Methods inherited from class info.bliki.html.wikipedia.AbstractHTMLTag
emptyContent, getFirstContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenCloseHTMLTag

public OpenCloseHTMLTag(java.lang.String opener,
                        java.lang.String closer)
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 OpenCloseTag
See Also:
HTMLTag.close(TagNode, StringBuilder)


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