| Interface | Description |
|---|---|
| Coreattrs |
This interface allows to test the value of coreattrs attributes on html tags.
|
| I18n |
This interface allows to test the value of i18n attributes on html tags.
|
| Class | Description |
|---|---|
| A |
This class allows the testing of the "a" element properties for html4.
|
| Abbr |
This class allows the testing of the "abbr" properties of a structured text for html4.
|
| Acronym |
This class allows the testing of the "acronym" properties of a structured text for html4.
|
| Area |
This class allows the testing of the "area" element properties for html4.
|
| AttributeSupport |
This class allows to test the value of specific attributes on html tags.
|
| Base |
This class allows the testing of the "base" element properties for html4.
|
| Button |
This class allows the testing of the properties of two html4 elements :
button element
input element, with type in (submit, reset, image, button)
|
| Caption |
This class allows the testing of the "caption" element properties for html4.
|
| CheckBox |
This class allows the testing of the "input" element (with "checkbox" type) properties, for html4.
|
| Cite |
This class allows the testing of the "cite" properties of a structured text for html4.
|
| Code |
This class allows the testing of the "code" properties of a structured text for html4.
|
| Col |
This class allows the testing of the "col" element properties for html4.
|
| Colgroup |
This class allows the testing of the "colgroup" element properties for html4.
|
| CoreAttributeSupport |
This class is the implementation of the attributes presented in Coreattrs interface.
|
| Dd |
This class allows the testing of the "dd" element properties for html4.
|
| Dfn |
This class allows the testing of the "dfn" properties of a structured text for html4.
|
| Div |
This class allows the testing of the "div" element properties for html4.
|
| Dl |
This class allows the testing of the "dl" element properties for html4.
|
| DropDown |
This class allows the testing of a DropDown for html4.
|
| Dt |
This class allows the testing of the "dt" element properties for html4.
|
| Em |
This class allows the testing of the "em" properties of a structured text for html4.
|
| FieldSet |
This class allows the testing of the "fieldset" element properties for html4.
|
| File |
This class allows the testing of the "input" element (with "file" type) properties, for html4.
|
| Form |
This class allows the testing of the "form" element properties for html4.
|
| Frame |
This class allows the testing of the "frame" element properties for html4.
|
| FrameSet |
This class allows the testing of the "frameset" element properties for html4.
|
| Hidden |
This class allows the testing of the "input" element (with "hidden" type) properties, for html4.
|
| I18nAttributeSupport |
This class is the implementation of the attributes presented in i18n interface.
|
| IFrame |
This class allows the testing of the "iframe" element properties for html4.
|
| Img |
This class allows the testing of the "img" element properties for html4.
|
| InputPassword |
This class allows the testing of the "input" element (with "password" type) properties, for html4.
|
| InputText |
This class allows the testing of the "input" element (with "text" type) properties, for html4.
|
| Kbd |
This class allows the testing of the "kbd" properties of a structured text for html4.
|
| Label |
This class allows the testing of the "label" element properties for html4.
|
| Legend |
This class allows the testing of the "legend" element properties for html4.
|
| Li |
This class allows the testing of the "li" element properties for html4.
|
| Link |
This class allows the testing of the "link" element properties for html4.
|
| Map |
This class allows the testing of the "map" element properties for html4.
|
| NoFrames |
This class allows the testing of the "noframes" element properties for html4.
|
| Object |
This class allows the testing of the "object" element properties for html4.
|
| Ol |
This class allows the testing of the "ol" element properties for html4.
|
| Option |
This class allows the testing of the "option" element properties for html4.
|
| OptionGroup |
This class allows the testing of the "optgroup" element properties for html4.
|
| P |
This class allows the testing of the "p" properties of a structured text for html4.
|
| Param |
This class allows the testing of the "param" element properties for html4.
|
| Phrase |
This abstract class is the base class for phrase elements of a structured text in html4.
|
| Radio |
This class allows the testing of the "input" element (with "radio" type) properties, for html4.
|
| Samp |
This class allows the testing of the "samp" properties of a structured text for html4.
|
| Script |
This class allows the testing of the "script" element properties for html4.
|
| Select |
This class allows the testing of the "select" element properties for html4.
|
| Span |
This class allows the testing of the "span" element properties for html4.
|
| Strong |
This class allows the testing of the "strong" properties of a structured text for html4.
|
| Table |
This class allows the testing of the "table" element properties for html4.
|
| TBody |
This class allows the testing of the "TBody" element properties for html4 tables.
|
| Td |
This class allows the testing of the "td" element properties for html4.
|
| TextArea |
This class allows the testing of the "textarea" element properties for html4.
|
| TFoot |
This class allows the testing of the "TFoot" element properties for html4 tables.
|
| Th |
This class allows the testing of the "th" element properties for html4.
|
| THead |
This class allows the testing of the "THead" element properties for html4 tables.
|
| Title |
This class allows the testing of the "H1, H2, H3, H4, H5, H6" element properties for html4.
|
| Tr |
This class allows the testing of the "tr" element properties for html4.
|
| Ul |
This class allows the testing of the "ul" element properties for html4.
|
| Var |
This class allows the testing of the "var" properties of a structured text for html4.
|
| Enum | Description |
|---|---|
| Attribute |
This enum gives the different attributes of html4 elements
|
| Cellhalign |
This enum gives the different values for horizontal cell align of html4 table cells.
|
| Cellvalign |
This enum gives the different values for vertical cell align of html4 table cells.
|
| Direction |
This enum gives the different values of the "dir" attribute of html4 elements.
|
| HtmlElementType |
This enum gives the different html4 elements
|
| InputType |
This enum gives the different possible types for a html4 input element.
|
| Method |
This enum gives the different values for a method of html4 forms.
|
| Scope |
This enum gives the different values of the scope for html4 td and th elements.
|
| Scrolling |
This enum gives the different values for the scrolling attribute of html4 frames and iframes.
|
| Shape |
This enum gives the different values for the shape attribute of html4 area and "a" elements.
|
| TFrame |
This enum gives the different values for the tframe attribute of html4 tables.
|
| Title.Level | |
| TRules |
This enum gives the different values for the trules attribute of html4 tables.
|
| ValueType |
This enum gives the different types for a value attribute for html4 objects.
|
Copyright © 2008-2013 Ovea. All Rights Reserved.