This namespace contains all HTML tag attributes. These are attributes that would normally be within the HTML tag, e.g. <td style="background: red;">.
Classes
| Class | Description | |
|---|---|---|
| Alt |
The alternative text attribute for Img elements.
| |
| Attribute |
This class provides the abstact base for all tag attributes.
| |
| Class |
The CSS class attribute.
| |
| Colspan |
The column span attribute for Td.
| |
| Href | ||
| Id |
The element id attribute.
| |
| MimeType |
The mime type attribute as in type="text/javascript".
| |
| Rel |
The rel attribute as in rel="stylesheet".
| |
| Rowspan |
The row span attribute for Td.
| |
| Src |
The source attribute for Img elements.
| |
| Style |
The CSS style attribute as in <td style="background: red;">.
| |
| XmlNs |
The XML namespace attribute.
|