public interface Documented
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXmlDescription()
Returns user-directed documentation in XML format.
|
java.lang.String getXmlDescription()
The output should be a sequence of one or more <P> elements, using XHTML-like XML. Since rendering may be done in a number of contexts however, use of the full range of XHTML elements is discouraged. Where possible, the content should stick to simple markup such as the elements P, A, UL, OL, LI, DL, DT, DD EM, STRONG, I, B, CODE, TT, PRE.