info.bliki.wiki.tags
Class HTMLBlockTag
java.lang.Object
info.bliki.htmlcleaner.TagToken
info.bliki.htmlcleaner.TagNode
info.bliki.wiki.tags.HTMLTag
info.bliki.wiki.tags.HTMLBlockTag
- All Implemented Interfaces:
- BaseToken, java.lang.Cloneable
- 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 info.bliki.htmlcleaner.TagNode |
addAllowedAttribute, addAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, clone, getAllowedAttributes, getAttributes, getBodyString, getBodyString, getChildren, getItemsToMove, getObjectAttributes, getParent, isAllowedAttribute, isFormed, makeCopy, removeAllowedAttribute, serialize, setFormed, setItemsToMove, setParent |
Methods inherited from class java.lang.Object |
finalize, 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()
Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.