info.bliki.wiki.addon.tags
Class EvalTag

java.lang.Object
  extended by info.bliki.htmlcleaner.TagToken
      extended by info.bliki.htmlcleaner.TagNode
          extended by info.bliki.wiki.tags.HTMLTag
              extended by info.bliki.wiki.addon.tags.EvalTag
All Implemented Interfaces:
info.bliki.htmlcleaner.BaseToken, java.lang.Cloneable

public class EvalTag
extends info.bliki.wiki.tags.HTMLTag


Field Summary
 
Fields inherited from class info.bliki.wiki.tags.HTMLTag
NEW_LINES, XML_QNAME
 
Fields inherited from class info.bliki.htmlcleaner.TagNode
ALLOWED_ATTRIBUTES, ALLOWED_ATTRIBUTES_SET
 
Fields inherited from class info.bliki.htmlcleaner.TagToken
name, originalSource
 
Constructor Summary
EvalTag()
           
 
Method Summary
 void renderHTML(info.bliki.wiki.filter.ITextConverter converter, java.lang.Appendable buf, info.bliki.wiki.model.IWikiModel model)
           
 
Methods inherited from class info.bliki.wiki.tags.HTMLTag
appendAttributes, appendEscapedAttributes, appendUnescapedAttributes, renderHTMLWithoutTag, setTemplate
 
Methods inherited from class info.bliki.htmlcleaner.TagNode
addAllowedAttribute, addAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, clone, getAllowedAttributes, getAttributes, getBodyString, getBodyString, getChildren, getItemsToMove, getObjectAttributes, getParent, getParents, isAllowedAttribute, isFormed, makeCopy, removeAllowedAttribute, serialize, setFormed, setItemsToMove, setParent
 
Methods inherited from class info.bliki.htmlcleaner.TagToken
equals, getName, getOriginalSource, hashCode, isReduceTokenStack, setName, setOriginalSource, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvalTag

public EvalTag()
Method Detail

renderHTML

public void renderHTML(info.bliki.wiki.filter.ITextConverter converter,
                       java.lang.Appendable buf,
                       info.bliki.wiki.model.IWikiModel model)
                throws java.io.IOException
Overrides:
renderHTML in class info.bliki.wiki.tags.HTMLTag
Throws:
java.io.IOException


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