Package org.jboss.jdeparser
Interface JHtmlTag
-
- All Superinterfaces:
JComment
,JHtmlComment
public interface JHtmlTag extends JHtmlComment
- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JHtmlTag
attribute(java.lang.String name)
JHtmlTag
attribute(java.lang.String name, java.lang.String value)
-
Methods inherited from interface org.jboss.jdeparser.JComment
code, inlineDocTag, linkConstructor, linkField, linkMethod, linkMethod, linkType
-
Methods inherited from interface org.jboss.jdeparser.JHtmlComment
block, br, docRoot, htmlLink, htmlTag, inlineDocTag, nl, p, preformattedCode, sp, text, typeName, value
-
-