org.wikimodel.wem.xhtml.handler
Class ReferenceTagHandler

java.lang.Object
  extended by org.wikimodel.wem.xhtml.handler.TagHandler
      extended by org.wikimodel.wem.xhtml.handler.ReferenceTagHandler
Direct Known Subclasses:
ImgTagHandler

public class ReferenceTagHandler
extends TagHandler

Handles references.

Author:
kotelnikov, vmassol, thomas.mortagne

Constructor Summary
ReferenceTagHandler()
           
 
Method Summary
protected  void begin(XhtmlHandler.TagStack.TagContext context)
           
protected  void end(XhtmlHandler.TagStack.TagContext context)
           
protected  boolean isFreeStandingReference(XhtmlHandler.TagStack.TagContext context)
           
protected  WikiParameters removeFreestanding(WikiParameters parameters)
           
protected  WikiParameters removeMeaningfulParameters(WikiParameters parameters)
           
 
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

ReferenceTagHandler

public ReferenceTagHandler()
Method Detail

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

isFreeStandingReference

protected boolean isFreeStandingReference(XhtmlHandler.TagStack.TagContext context)

removeFreestanding

protected WikiParameters removeFreestanding(WikiParameters parameters)

removeMeaningfulParameters

protected WikiParameters removeMeaningfulParameters(WikiParameters parameters)


Copyright © 2005-2010. All Rights Reserved.