cookxml.core.doclet
Interface DocletActionReporter
- All Known Implementing Classes:
- CallFunctionAdder, CallFunctionSetter, CallSetterAdder, CompoundAdder, ConstantSetter, DefaultCreator, DefaultSetter, GetInstanceCreator, HelperCreator
public interface DocletActionReporter
This function returns the related function/constructor/field/methods that
is called by creator/setter etc. CookXmlDoc would then retrieve the JavaDoc
associated with Member object and use it in the documentation.
- Since:
- CookXml 3.1
- Version:
- $Id: DocletActionReporter.java 244 2007-06-07 04:29:13Z coconut $
getActions
Object[] getActions(TagLibrary tagLibrary,
String tagNS,
String tag,
String attrNS,
String attr,
Class cl)
- This function returns the related function/constructor/field/methods that
is called by creator/setter etc. CookXmlDoc would then retrieve the JavaDoc
associated with Member object and use it in the documentation.
- Parameters:
tagLibrary
- the tag library being used.tagNS
- the namespace of the tagtag
- possible tagattrNS
- the namespace of the attributeattr
- the attributecl
- the possible class
- Returns:
- A non-empty array of actions performed by this object.