|
Class Summary |
| Element |
A representation of an HTML element designed to reside in a hierarchy
of elements (an HTML document) and be rendered with good performance. |
| ElementContent |
A representation of an Elements content. |
| ElementNames |
Constants for commonly used HTML element names. |
| ElementNames.Attributes |
Constants for commonly used HTML attribute names. |
| ElementNames.CssAttributes |
Constants for commonly used CSS attribute names. |
| Html |
Encodes text strings into HTML. |
| Script |
A container of JavaScript code. |
| ScriptElement |
An HTML element that contains JavaScript code. |
| Style |
A representation of a CSS style that may be associated with multiple
types of elements. |
| StyleElement |
A <style> HTML element, used to encapsulate CSS styles within a
document. |