org.xwiki.rendering.wikimodel.xhtml.handler
Class AbstractFormatTagHandler
java.lang.Object
org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
org.xwiki.rendering.wikimodel.xhtml.handler.AbstractFormatTagHandler
- Direct Known Subclasses:
- BoldTagHandler, ItalicTagHandler, SpanTagHandler, StrikedOutTagHandler, SubScriptTagHandler, SuperScriptTagHandler, TeletypeTagHandler, UnderlineTagHandler
public abstract class AbstractFormatTagHandler
- extends TagHandler
- Since:
- 4.0M1
- Version:
- $Id: 63136b51e2f811e13de7afd4d0055c6151a6a827 $
| Methods inherited from class org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler |
beginDocument, beginDocument, beginElement, 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 |
FORMATWIKISTYLE
public static final String FORMATWIKISTYLE
- See Also:
- Constant Field Values
FORMATPARAMETERS
public static final String FORMATPARAMETERS
- See Also:
- Constant Field Values
FORMATSTYLEPARAMETER
public static final String FORMATSTYLEPARAMETER
- See Also:
- Constant Field Values
AbstractFormatTagHandler
public AbstractFormatTagHandler()
AbstractFormatTagHandler
protected AbstractFormatTagHandler(WikiStyle style)
begin
protected void begin(XhtmlHandler.TagStack.TagContext context)
- Overrides:
begin in class TagHandler
end
protected void end(XhtmlHandler.TagStack.TagContext context)
- Overrides:
end in class TagHandler
Copyright © 2004–2015 XWiki. All rights reserved.