xdoclet.modules.doc
public class AntdocTagsHandler extends XDocletTagSupport
Version: $Revision: 1.10 $
UNKNOWN: 13. juni 2002 namespace = "Antdoc"
Field Summary | |
---|---|
protected AntdocSubTask.Element | docElement
The element being documented |
protected AntdocSubTask.SubElement | subElement
Current parent or child element |
Method Summary | |
---|---|
String | elementName()
The name of the current element.
|
String | enumerateValues()
List the possible values for the current method. |
void | forAllSubElements(String template)
Generate the tag's body for each of the current element's sub-elements.
|
void | ifHasSubElements(String template)
Generate the tag's body if the current element has any sub-elements.
|
String | required()
The Required status (i.e. is it mandatory or optional) of an attribute. |
String | rootlink()
Links to the root folder. |
void | setDocElement(AntdocSubTask.Element antElement) |
String | subElementDescription()
The description of the current sub-element.
|
String | subElementLink()
Links to the documentation page of a nested sub-element.
|
String | subElementName()
The name of the current sub-element.
|
Returns: name
Throws: XDocletException
UNKNOWN: type = "content"
Returns: Comma-separated list of values
Throws: XDocletException
UNKNOWN: type = "content"
Parameters: template The body of the block tag
Throws: XDocletException
UNKNOWN: type = "block"
Parameters: template The body of the block tag
Throws: XDocletException
UNKNOWN: type = "block"
Returns: required
UNKNOWN: type = "content"
Returns: link
UNKNOWN: refactor this. It's copied more or less from InfoTagsHandler type = "content"
Returns: description
UNKNOWN: type = "content"
Returns: link
UNKNOWN: type = "content"
Returns: name
Throws: XDocletException
UNKNOWN: type = "content"