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

java.lang.Object
  extended by org.wikimodel.wem.xhtml.handler.TagHandler
      extended by org.wikimodel.wem.xhtml.handler.AbstractFormatTagHandler
          extended by org.wikimodel.wem.xhtml.handler.SpanTagHandler
              extended by org.xwiki.rendering.internal.parser.wikimodel.xhtml.XWikiSpanTagHandler

public class XWikiSpanTagHandler
extends org.wikimodel.wem.xhtml.handler.SpanTagHandler

Handle XWiki span elements (we need to ensure we skip link content when we generate them and also skip the spans for the "?" for links pointing to non existing pages).

Since:
1.7M1
Version:
$Id$

Field Summary
 
Fields inherited from class org.wikimodel.wem.xhtml.handler.AbstractFormatTagHandler
FORMATPARAMETERS, FORMATSTYLEPARAMETER, FORMATWIKISTYLE
 
Constructor Summary
XWikiSpanTagHandler()
           
 
Method Summary
protected  void begin(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext context)
           
protected  void end(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext context)
           
 
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

XWikiSpanTagHandler

public XWikiSpanTagHandler()
Method Detail

begin

protected void begin(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext context)
Overrides:
begin in class org.wikimodel.wem.xhtml.handler.AbstractFormatTagHandler

end

protected void end(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext context)
Overrides:
end in class org.wikimodel.wem.xhtml.handler.AbstractFormatTagHandler


Copyright © 2004-2011 XWiki. All Rights Reserved.