info.bliki.wiki.tags
Class WPParagraphTag

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.tags.WPTag
                  extended by info.bliki.wiki.tags.WPParagraphTag
All Implemented Interfaces:
BaseToken, java.lang.Cloneable

public class WPParagraphTag
extends WPTag


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
WPParagraphTag()
           
 
Method Summary
 boolean isReduceTokenStack()
           
 
Methods inherited from class info.bliki.wiki.tags.WPTag
equals, renderHTML
 
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
getName, getOriginalSource, hashCode, setName, setOriginalSource, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WPParagraphTag

public WPParagraphTag()
Method Detail

isReduceTokenStack

public boolean isReduceTokenStack()
Overrides:
isReduceTokenStack in class WPTag


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