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

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

public class HorizontalLineTagHandler
extends TagHandler

Since:
4.0M1

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

HorizontalLineTagHandler

public HorizontalLineTagHandler()
Method Detail

isBlockHandler

public boolean isBlockHandler(XhtmlHandler.TagStack.TagContext context)
Overrides:
isBlockHandler in class TagHandler
Returns:
true if the current handler handles block tags (paragraphs, lists, tables, headers, etc)

begin

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