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

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

public class XWikiDivisionTagHandler
extends org.wikimodel.wem.xhtml.handler.DivisionTagHandler

Change the class value indicating that the division is an embedded document. We do this in order to be independent of WikiModel in what we expose to the outside world. Thus if one day we need to change to another implementation we won't be tied to WikiModel.

Since:
1.8M2
Version:
$Id$

Constructor Summary
XWikiDivisionTagHandler()
           
 
Method Summary
protected  java.lang.String getDocumentClass()
          
 
Methods inherited from class org.wikimodel.wem.xhtml.handler.DivisionTagHandler
begin, 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

XWikiDivisionTagHandler

public XWikiDivisionTagHandler()
Method Detail

getDocumentClass

protected java.lang.String getDocumentClass()

Overrides:
getDocumentClass in class org.wikimodel.wem.xhtml.handler.DivisionTagHandler
See Also:
DivisionTagHandler.getDocumentClass()


Copyright © 2004-2011 XWiki. All Rights Reserved.