org.wikimodel.wem.xhtml.impl
Class XhtmlHandler.TagStack.TagContext

java.lang.Object
  extended by org.wikimodel.wem.xhtml.impl.XhtmlHandler.TagStack.TagContext
Enclosing class:
XhtmlHandler.TagStack

public class XhtmlHandler.TagStack.TagContext
extends Object


Field Summary
 TagHandler fHandler
           
 
Constructor Summary
XhtmlHandler.TagStack.TagContext(XhtmlHandler.TagStack.TagContext parent, String name, WikiParameters params, XhtmlHandler.TagStack tagStack)
           
 
Method Summary
 boolean appendContent(String content)
           
 void beginElement(TagHandler handler)
           
 void endElement()
           
 String getContent()
           
 String getName()
           
 WikiParameters getParams()
           
 XhtmlHandler.TagStack.TagContext getParent()
           
 WikiScannerContext getScannerContext()
           
 XhtmlHandler.TagStack getTagStack()
           
 boolean isContentContainer()
           
 boolean isTag(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fHandler

public TagHandler fHandler
Constructor Detail

XhtmlHandler.TagStack.TagContext

public XhtmlHandler.TagStack.TagContext(XhtmlHandler.TagStack.TagContext parent,
                                        String name,
                                        WikiParameters params,
                                        XhtmlHandler.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()

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 © 2005-2012. All Rights Reserved.