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 This package contains classes that write HTML markup tags. -
-
Uses of HtmlAttr in gw.gosudoc.com.sun.tools.doclets.formats.html.markup
Methods in gw.gosudoc.com.sun.tools.doclets.formats.html.markup that return HtmlAttr Modifier and Type Method Description static HtmlAttr
HtmlAttr. valueOf(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 void
HtmlTree. addAttr(HtmlAttr attrName, String attrValue)
Deprecated.Adds an attribute for the HTML tag.boolean
HtmlTree. hasAttr(HtmlAttr attrName)
Deprecated.Returns true if the HTML tree has a specific attribute.
-