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

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

public class XWikiHeaderTagHandler
extends org.wikimodel.wem.xhtml.handler.HeaderTagHandler

Override the default implementation of hte WikiModel XHTML parser for handling HTML headers. We need to do this in order to handle the id attribute that we generate in our XHTML rendered.

Since:
1.6RC1
Version:
$Id$

Constructor Summary
XWikiHeaderTagHandler()
           
 
Method Summary
protected  void begin(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext context)
          
 
Methods inherited from class org.wikimodel.wem.xhtml.handler.HeaderTagHandler
end, isBlockHandler
 
Methods inherited from class org.wikimodel.wem.xhtml.handler.TagHandler
beginDocument, beginDocument, beginElement, endDocument, endElement, initialize, isAccumulateContent, 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

XWikiHeaderTagHandler

public XWikiHeaderTagHandler()
Method Detail

begin

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

Overrides:
begin in class org.wikimodel.wem.xhtml.handler.HeaderTagHandler
See Also:
HeaderTagHandler#begin(TagContext)


Copyright © 2004-2011 XWiki. All Rights Reserved.