Class DivisionTagHandler
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
-
- org.xwiki.rendering.wikimodel.xhtml.handler.BlockTagHandler
-
- org.xwiki.rendering.wikimodel.xhtml.handler.DivisionTagHandler
-
public class DivisionTagHandler extends BlockTagHandler
- Since:
- 4.0M1
- Version:
- $Id: bb005eb379536ba242a2f8ba7f1724bdc45a09b1 $
-
-
Constructor Summary
Constructors Constructor Description DivisionTagHandler()
DivisionTagHandler(String documentClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
begin(TagContext context)
protected void
end(TagContext context)
boolean
isBlockHandler(TagContext context)
-
Methods inherited from class org.xwiki.rendering.wikimodel.xhtml.handler.BlockTagHandler
getDocumentClass
-
Methods inherited from class org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
beginDocument, beginDocument, beginElement, endDocument, endElement, initialize, isAccumulateContent, isContentContainer, sendEmptyLines, sendEmptyLines, setAccumulateContent
-
-
-
-
Constructor Detail
-
DivisionTagHandler
public DivisionTagHandler()
-
DivisionTagHandler
public DivisionTagHandler(String documentClass)
-
-
Method Detail
-
isBlockHandler
public boolean isBlockHandler(TagContext context)
- Overrides:
isBlockHandler
in classBlockTagHandler
- Returns:
- true if the current handler handles block tags (paragraphs, lists, tables, headers, etc)
-
begin
protected void begin(TagContext context)
- Overrides:
begin
in classBlockTagHandler
-
end
protected void end(TagContext context)
- Overrides:
end
in classBlockTagHandler
-
-