Uses of Class
org.ccil.cowan.tagsoup.AttributesImpl
Packages that use AttributesImpl
-
Uses of AttributesImpl in org.ccil.cowan.tagsoup
Methods in org.ccil.cowan.tagsoup that return AttributesImplModifier and TypeMethodDescriptionElement.atts()
Return the attributes as an AttributesImpl object.ElementType.atts()
Returns the default attributes associated with this element type.Methods in org.ccil.cowan.tagsoup with parameters of type AttributesImplModifier and TypeMethodDescriptionvoid
ElementType.setAttribute
(AttributesImpl atts, String name, String type, String value) Sets an attribute and its value into an AttributesImpl object.