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 void
begin(TagContext context)
protected void
end(TagContext context)
protected void
handlePreservedContent(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:
begin
in classTagHandler
-
end
protected void end(TagContext context)
- Overrides:
end
in classTagHandler
-
handlePreservedContent
protected void handlePreservedContent(TagContext context, String preservedContent)
-
-