Class TableDataTagHandler
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TableDataTagHandler
-
public class TableDataTagHandler extends TagHandler
- Since:
- 4.0M1
- Version:
- $Id: fa215cb1aa5d2c94ab693a7daeadcd5b86b89bd4 $
-
-
Constructor Summary
Constructors Constructor Description TableDataTagHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
begin(TagContext context)
protected void
end(TagContext context)
-
Methods inherited from class org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
beginDocument, beginDocument, beginElement, endDocument, endElement, initialize, isAccumulateContent, isBlockHandler, isContentContainer, sendEmptyLines, sendEmptyLines, setAccumulateContent
-
-
-
-
Method Detail
-
begin
protected void begin(TagContext context)
- Overrides:
begin
in classTagHandler
-
end
protected void end(TagContext context)
- Overrides:
end
in classTagHandler
-
-