org.xwiki.rendering.wikimodel.xhtml.impl
Class XhtmlHandler.TagStack.TagContext
java.lang.Object
org.xwiki.rendering.wikimodel.xhtml.impl.XhtmlHandler.TagStack.TagContext
- Enclosing class:
- XhtmlHandler.TagStack
public class XhtmlHandler.TagStack.TagContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fHandler
public TagHandler fHandler
XhtmlHandler.TagStack.TagContext
public XhtmlHandler.TagStack.TagContext(XhtmlHandler.TagStack.TagContext parent,
String name,
WikiParameters params,
XhtmlHandler.TagStack tagStack)
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()
getParent
public XhtmlHandler.TagStack.TagContext getParent()
getScannerContext
public WikiScannerContext getScannerContext()
getTagStack
public XhtmlHandler.TagStack getTagStack()
isContentContainer
public boolean isContentContainer()
isTag
public boolean isTag(String string)
Copyright © 2004-2013 XWiki. All Rights Reserved.