org.xwiki.rendering.wikimodel.xhtml.handler
Class BreakTagHandler

java.lang.Object
  extended by org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
      extended by org.xwiki.rendering.wikimodel.xhtml.handler.BreakTagHandler

public class BreakTagHandler
extends TagHandler

Since:
4.0M1

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

Constructor Detail

BreakTagHandler

public BreakTagHandler()
Method Detail

begin

protected void begin(XhtmlHandler.TagStack.TagContext context)
Overrides:
begin in class TagHandler