The HTMLComponent class allows rendering of HTML documents that conform to the XHTML Mobile Profile 1.0 (XHTML-MP 1.0) standard.
XHTML-MP 1.0 is a subset of XHTML adapted for mobile. The standard supports most of the basic elements, such as Images, Fonts, Lists, Tables, Forms, and even WCSS (a subset of CSS2 for wireless). It does not support Javascript or frames, and it does not support all CSS2 tags or attributes.
This chapter discusses HTMLComponent use cases, interfaces, and implementation details. To learn more about HTMLComponent, check out the LWUITBrowser application from the <Nokia SDK 2.0 for Java installation directory>\plugins\lwuit\examples directory and examine the code. LWUITBrowser uses most of HTMLComponent's capabilities.