This object is a collection of all attributes for the
entity. It will hold as many IwodHtmlAttribute
objects as there are attributes found in the entity. For
example, entity
<IMG src="image.jpg"
border=0>
there will be two IwodHtmlAttribute object - one for
src="image.jpg", and
other for border=0.