org.wikimodel.wem.xhtml.handler
Class DivisionTagHandler

java.lang.Object
  extended by org.wikimodel.wem.xhtml.handler.TagHandler
      extended by org.wikimodel.wem.xhtml.handler.DivisionTagHandler

public class DivisionTagHandler
extends TagHandler

Author:
kotelnikov, vmassol, thomas.mortagne

Constructor Summary
DivisionTagHandler()
           
 
Method Summary
protected  void begin(XhtmlHandler.TagStack.TagContext context)
           
protected  void end(XhtmlHandler.TagStack.TagContext context)
           
protected  java.lang.String getDocumentClass()
           
 
Methods inherited from class org.wikimodel.wem.xhtml.handler.TagHandler
beginDocument, beginDocument, beginElement, endDocument, endElement, initialize, isAccumulateContent, isBlockHandler, isContentContainer, isDocumentContainer, requiresDocument, sendEmptyLines, setAccumulateContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DivisionTagHandler

public DivisionTagHandler()
Method Detail

getDocumentClass

protected java.lang.String getDocumentClass()
Returns:
the class used to indicate the division block is an embedded document. Note that use a method instead of a static private String field so that user code can override the class name.

begin

protected void begin(XhtmlHandler.TagStack.TagContext context)
Overrides:
begin in class TagHandler

end

protected void end(XhtmlHandler.TagStack.TagContext context)
Overrides:
end in class TagHandler


Copyright © 2005-2009. All Rights Reserved.