Class PreserveTagHandler
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
-
- org.xwiki.rendering.wikimodel.xhtml.handler.PreserveTagHandler
-
public class PreserveTagHandler extends TagHandler
- Since:
- 4.0M1
- Version:
- $Id: 18c7f129150e17ac85bd7ea52032d09d87f13fb9 $
-
-
Constructor Summary
Constructors Constructor Description PreserveTagHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbegin(TagContext context)protected voidend(TagContext context)protected voidhandlePreservedContent(TagContext context, String preservedContent)-
Methods inherited from class org.xwiki.rendering.wikimodel.xhtml.handler.TagHandler
beginDocument, beginDocument, beginElement, endDocument, endElement, initialize, isAccumulateContent, isBlockHandler, isContentContainer, sendEmptyLines, sendEmptyLines, setAccumulateContent
-
-
-
-
Method Detail
-
begin
protected void begin(TagContext context)
- Overrides:
beginin classTagHandler
-
end
protected void end(TagContext context)
- Overrides:
endin classTagHandler
-
handlePreservedContent
protected void handlePreservedContent(TagContext context, String preservedContent)
-
-