info.bliki.wiki.tags
Class HTMLBlockTag
java.lang.Object
org.htmlcleaner.TagToken
org.htmlcleaner.TagNode
info.bliki.wiki.tags.HTMLTag
info.bliki.wiki.tags.HTMLBlockTag
- All Implemented Interfaces:
- java.lang.Cloneable, BaseToken
- Direct Known Subclasses:
- DdTag, DlTag, DtTag, PreTag, PTag, WPPreTag
public class HTMLBlockTag
- extends HTMLTag
A wiki tag that's partitioning the HTML document
|
Constructor Summary |
HTMLBlockTag(java.lang.String name,
java.lang.String allowedParents)
|
| Methods inherited from class org.htmlcleaner.TagNode |
addAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, clone, getAttributes, getChildren, getItemsToMove, getObjectAttributes, getParent, isFormed, makeCopy, serialize, setFormed, setItemsToMove, setParent |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
HTMLBlockTag
public HTMLBlockTag(java.lang.String name,
java.lang.String allowedParents)
getParents
public java.lang.String getParents()
- Description copied from class:
TagToken
- Get the allowed parent tags for this tag
- Overrides:
getParents in class TagNode
- Returns:
null if no parent tags are allowed
isReduceTokenStack
public boolean isReduceTokenStack()
- Overrides:
isReduceTokenStack in class TagToken
getCloseTag
public java.lang.String getCloseTag()