| 类 | 说明 |
|---|---|
| AppletTag |
AppletTag represents an <Applet> tag.
|
| BaseHrefTag |
BaseHrefTag represents an <Base> tag.
|
| BodyTag |
A Body Tag.
|
| Bullet |
A bullet tag.
|
| BulletList |
A bullet list tag.
|
| CompositeTag |
The base class for tags that have an end tag.
|
| DefinitionList |
A definition list tag (dl).
|
| DefinitionListBullet |
A definition list bullet tag (either DD or DT).
|
| Div |
A div tag.
|
| DoctypeTag |
The HTML Document Declaration Tag can identify <!DOCTYPE> tags.
|
| FormTag |
Represents a FORM tag.
|
| FrameSetTag |
Identifies an frame set tag.
|
| FrameTag |
Identifies a frame tag
|
| HeadingTag |
A heading (h1 - h6) tag.
|
| HeadTag |
A head tag.
|
| Html |
A html tag.
|
| ImageTag |
Identifies an image tag.
|
| InputTag |
An input tag in a form.
|
| JspTag |
The JSP/ASP tags like <%...%> can be identified by this class.
|
| LabelTag |
A label tag.
|
| LinkTag |
Identifies a link tag.
|
| MetaTag |
A Meta Tag
|
| ObjectTag |
ObjectTag represents an <Object> tag.
|
| OptionTag |
An option tag within a form.
|
| ParagraphTag |
A paragraph (p) tag.
|
| ProcessingInstructionTag |
The XML processing instructions like <?
|
| ScriptTag |
A script tag.
|
| SelectTag |
A select tag within a form.
|
| SHTag |
A div tag.
|
| Span |
A span tag.
|
| StyleTag |
A StyleTag represents a <style> tag.
|
| TableColumn |
A table column tag.
|
| TableHeader |
A table header tag.
|
| TableRow |
A table row tag.
|
| TableTag |
A table tag.
|
| TextareaTag |
A text area tag within a form.
|
| TitleTag |
A title tag.
|
| UlTag |
A div tag.
|