Uses of Enum
com.scroogexhtml.html.Attribute
Packages that use Attribute
Package
Description
Provides classes with HTML element and attribute constants.
Provides a 'document object model' based on javax.xml.
-
Uses of Attribute in com.scroogexhtml.html
Methods in com.scroogexhtml.html that return Attribute -
Uses of Attribute in com.scroogexhtml.xmldom
Methods in com.scroogexhtml.xmldom with parameters of type AttributeModifier and TypeMethodDescriptionstatic void
XMLDOMWriter.appendAttribute
(Element element, Attribute attr, String value) Appends an attribute with the given name and value to the specified element if the attribute does not already contain the value.