Uses of Class
gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlAttr
-
Packages that use HtmlAttr Package Description gw.gosudoc.com.sun.tools.doclets.formats.html.markup -
-
Uses of HtmlAttr in gw.gosudoc.com.sun.tools.doclets.formats.html.markup
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html.markup with type parameters of type HtmlAttr Modifier and Type Field Description private java.util.Map<HtmlAttr,java.lang.String>HtmlTree. attrsDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html.markup that return HtmlAttr Modifier and Type Method Description static HtmlAttrHtmlAttr. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static HtmlAttr[]HtmlAttr. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html.markup with parameters of type HtmlAttr Modifier and Type Method Description voidHtmlTree. addAttr(HtmlAttr attrName, java.lang.String attrValue)Deprecated.Adds an attribute for the HTML tag.booleanHtmlTree. hasAttr(HtmlAttr attrName)Deprecated.Returns true if the HTML tree has a specific attribute.
-