org.xwiki.rendering.internal.parser.wikimodel.xhtml
Class XWikiTableDataTagHandler

java.lang.Object
  extended by org.wikimodel.wem.xhtml.handler.TagHandler
      extended by org.wikimodel.wem.xhtml.handler.TableDataTagHandler
          extended by org.xwiki.rendering.internal.parser.wikimodel.xhtml.XWikiTableDataTagHandler

public class XWikiTableDataTagHandler
extends org.wikimodel.wem.xhtml.handler.TableDataTagHandler

Override the default implementation of hte WikiModel XHTML parser for handling HTML table cells. We need to do this in order to handle clean auto generated scope attributes.

Since:
2.4M1
Version:
$Id$

Constructor Summary
XWikiTableDataTagHandler()
           
 
Method Summary
protected  void begin(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext context)
          
 
Methods inherited from class org.wikimodel.wem.xhtml.handler.TableDataTagHandler
end
 
Methods inherited from class org.wikimodel.wem.xhtml.handler.TagHandler
beginDocument, beginDocument, beginElement, endDocument, endElement, initialize, isAccumulateContent, isBlockHandler, isContentContainer, isDocumentContainer, requiresDocument, sendEmptyLines, setAccumulateContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiTableDataTagHandler

public XWikiTableDataTagHandler()
Method Detail

begin

protected void begin(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext context)

Overrides:
begin in class org.wikimodel.wem.xhtml.handler.TableDataTagHandler
See Also:
TableDataTagHandler.begin(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext)


Copyright © 2004-2011 XWiki. All Rights Reserved.