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