Uses of Class
org.ccil.cowan.tagsoup.AttributesImpl
-
Packages that use AttributesImpl Package Description org.ccil.cowan.tagsoup -
-
Uses of AttributesImpl in org.ccil.cowan.tagsoup
Methods in org.ccil.cowan.tagsoup that return AttributesImpl Modifier and Type Method Description AttributesImpl
Element. atts()
Return the attributes as an AttributesImpl object.AttributesImpl
ElementType. atts()
Returns the default attributes associated with this element type.Methods in org.ccil.cowan.tagsoup with parameters of type AttributesImpl Modifier and Type Method Description void
ElementType. setAttribute(AttributesImpl atts, java.lang.String name, java.lang.String type, java.lang.String value)
Sets an attribute and its value into an AttributesImpl object.
-