- <UML:Class stereotype="" package="HTML" xmi.id="214" abstract="0" documentation="" name="Image" static="0" scope="200" >
- <UML:Operation stereotype="" package="" xmi.id="216" type="string" abstract="0" documentation="" name="toHtml" static="0" scope="200" />
+ <UML:Class stereotype="" package="HTML" xmi.id="214" abstract="0" documentation="HTML Image representation." name="Image" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="221" type="void" abstract="0" documentation="Constructor." name="HTML_Image" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="''" type="string" abstract="0" documentation="Image location." name="src" static="0" scope="200" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="string" abstract="0" documentation="Alternate text." name="alt" static="0" scope="200" />
+ <UML:Parameter stereotype="" package="" xmi.id="3" value="array()" type="array" abstract="0" documentation="Other image attributes." name="attrs" static="0" scope="200" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="216" type="string" abstract="0" documentation="Converts to HTML output." name="toHtml" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="217" type="string" abstract="0" documentation="Gets image location." name="getSrc" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="218" type="void" abstract="0" documentation="Sets image location." name="setSrc" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Image location." name="src" static="0" scope="200" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="219" type="string" abstract="0" documentation="Gets image alternate text." name="getAlt" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="220" type="void" abstract="0" documentation="Sets image alternate text." name="setAlt" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Alternate text." name="alt" static="0" scope="200" />
+ </UML:Operation>