org.xwiki.rendering.wikimodel.xhtml.handler
Class ListTagHandler
java.lang.Object
org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
org.xwiki.rendering.wikimodel.xhtml.handler.ListTagHandler
public class ListTagHandler
- extends TagHandler
- Since:
- 4.0M1
- Version:
- $Id: 477ac52bdb2c59f218eee025c22722ee72e1b9c8 $
| Methods inherited from class org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler |
beginDocument, beginDocument, beginElement, endDocument, endElement, initialize, isAccumulateContent, isContentContainer, isDocumentContainer, requiresDocument, sendEmptyLines, sendEmptyLines, setAccumulateContent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTagHandler
public ListTagHandler()
isBlockHandler
public boolean isBlockHandler(XhtmlHandler.TagStack.TagContext context)
- Overrides:
isBlockHandler in class TagHandler
- Returns:
- true if the current handler handles block tags (paragraphs, lists, tables, headers, etc)
begin
protected void begin(XhtmlHandler.TagStack.TagContext context)
- Overrides:
begin in class TagHandler
end
protected void end(XhtmlHandler.TagStack.TagContext context)
- Overrides:
end in class TagHandler
Copyright © 2004-2013 XWiki. All Rights Reserved.