Uses of Class
org.xwiki.rendering.wikimodel.xhtml.impl.TagStack
-
Packages that use TagStack Package Description org.xwiki.rendering.wikimodel.xhtml.handler org.xwiki.rendering.wikimodel.xhtml.impl -
-
Uses of TagStack in org.xwiki.rendering.wikimodel.xhtml.handler
Methods in org.xwiki.rendering.wikimodel.xhtml.handler with parameters of type TagStack Modifier and Type Method Description void
TagHandler. initialize(TagStack stack)
void
CommentHandler. onComment(String content, TagStack stack)
static void
TagHandler. sendEmptyLines(TagStack stack)
-
Uses of TagStack in org.xwiki.rendering.wikimodel.xhtml.impl
Methods in org.xwiki.rendering.wikimodel.xhtml.impl that return TagStack Modifier and Type Method Description TagStack
TagContext. getTagStack()
Constructors in org.xwiki.rendering.wikimodel.xhtml.impl with parameters of type TagStack Constructor Description TagContext(TagContext parent, String name, WikiParameters params, TagStack tagStack)
-