org.wikimodel.wem.xhtml.handler
Class ParagraphTagHandler

java.lang.Object
  extended by org.wikimodel.wem.xhtml.handler.TagHandler
      extended by org.wikimodel.wem.xhtml.handler.ParagraphTagHandler

public class ParagraphTagHandler
extends TagHandler

Author:
kotelnikov, vmassol, thomas.mortagne

Constructor Summary
ParagraphTagHandler()
           
 
Method Summary
protected  void begin(XhtmlHandler.TagStack.TagContext context)
          
protected  void end(XhtmlHandler.TagStack.TagContext context)
          
 boolean isBlockHandler(XhtmlHandler.TagStack.TagContext context)
          
 
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

ParagraphTagHandler

public ParagraphTagHandler()
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)
See Also:
TagHandler.isBlockHandler(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext)

begin

protected void begin(XhtmlHandler.TagStack.TagContext context)

Overrides:
begin in class TagHandler
See Also:
TagHandler.begin(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext)

end

protected void end(XhtmlHandler.TagStack.TagContext context)

Overrides:
end in class TagHandler
See Also:
TagHandler.end(org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext)


Copyright © 2005-2012. All Rights Reserved.