The fields of the HTMLElement class are listed below. For a complete list of HTMLElement class members, see the HTMLElement Members topic.
![]() ![]() | |
![]() ![]() | Toggle this false to log errors when clients attempt to set values for attributes such as onclick, and onmouseover. |
![]() ![]() | Set this member variable to specify whether or not the SetStyleClass method throws an HTMLException when called with a String parameter. If this member is set false, SetStyleClass( String ) will always throw an HTMLException. This is intended to force use of the corresponding method SetStyleClass( StyleClass ), to ensure valid style classes. |
![]() ![]() | Set this boolean true to cause HTMLElements to write warnings to the log file if nested strings contain HTML. |
![]() ![]() | Set this member variable to specify whether or not a maximum table depth is enforced. If this member is true, then the display methods will throw exceptions if there are tables nested too deeply. See iMaxTableDepth. |
![]() ![]() | Set this member variable to specify whether or not comments are printed by the display methods. |
![]() ![]() | This int member specifies the maximum depth of table nesting. This is not enforced if bEnforceMaxTableDepth is false. |
![]() ![]() | Set this member to specify the newline character. If output is being formatted, this character is appended frequently. If output is not being formatted, this character is not used. |
![]() ![]() | This member variable to specify the tab character. If output is being formatted, this character is appended zero or more times to the beginning of each line. |
![]() | Set this boolean true to force formatting of for this element as well as nested elements. |
![]() |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | sLangLocal is used when an element's lang attribute is different from the global lang attribute. For example a search result page may display results in languages different from the page itself. |
HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace