org.wikimodel.wem.xhtml.handler
Class ParagraphTagHandler
java.lang.Object
org.wikimodel.wem.xhtml.handler.TagHandler
org.wikimodel.wem.xhtml.handler.ParagraphTagHandler
public class ParagraphTagHandler
- extends TagHandler
- Author:
- kotelnikov, vmassol, thomas.mortagne
| 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 |
ParagraphTagHandler
public ParagraphTagHandler()
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.