Uses of Class
org.ccil.cowan.tagsoup.AttributesImpl

Uses of AttributesImpl in org.ccil.cowan.tagsoup
 

Methods in org.ccil.cowan.tagsoup that return AttributesImpl
 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
 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.
 



Licence: Academic Free License 3.0 and/or GPL 2.0