Implemented in class xdoclet.modules.caucho.ResinWebTagsHandler.
Iterates over all parameters of the current javadoc tag.
Writes the current javadoc parameter as an xml element of the form:
If the parameter maps to a non-empty value in the attributes, value is used as the xml element name instead of the javadoc parameter name.parameter-value
Writes the current javadoc parameter as an xml element of the form:
Writes the current javadoc parameter as an element or an init-param, depending on the tag attributes; if the parameter name is contained in the attributes, the 'element' form is used, else the 'init-parm' form.
Returns the current javadoc parameter name.
Returns the current javadoc parameter value.
Writes an xml comment indicating the current method or class name.