Class HTMLElement

java.lang.Object
com.codename1.xml.Element
com.codename1.ui.html.HTMLElement
All Implemented Interfaces:
Iterable<Element>

public class HTMLElement extends Element
The HTMLElement class defines a single HTML element with its attributes and children. Due to its hierarchial nature, this class can be used for a single "leaf" Element, for more complex elements (with child elements), and up to describing the entire document.