Class TagContext
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.xhtml.impl.TagContext
-
public class TagContext extends Object
Provides context for a given tag.- Since:
- 7.0RC1
- Version:
- $Id: 5394464be4fd8ef5121dc80056230964eb389fbd $
-
-
Constructor Summary
Constructors Constructor Description TagContext(TagContext parent, String name, WikiParameters params, TagStack tagStack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappendContent(String content)voidbeginElement(TagHandler handler)voidendElement()StringgetContent()StringgetName()WikiParametersgetParams()TagContextgetParent()TagContextgetParentContext()WikiScannerContextgetScannerContext()TagStackgetTagStack()booleanisContentContainer()booleanisTag(String string)
-
-
-
Constructor Detail
-
TagContext
public TagContext(TagContext parent, String name, WikiParameters params, TagStack tagStack)
-
-
Method Detail
-
appendContent
public boolean appendContent(String content)
-
beginElement
public void beginElement(TagHandler handler)
-
endElement
public void endElement()
-
getContent
public String getContent()
-
getName
public String getName()
-
getParams
public WikiParameters getParams()
-
getParentContext
public TagContext getParentContext()
-
getParent
public TagContext getParent()
-
getTagStack
public TagStack getTagStack()
-
getScannerContext
public WikiScannerContext getScannerContext()
-
isContentContainer
public boolean isContentContainer()
-
isTag
public boolean isTag(String string)
-
-