Uses of Package
org.w3c.dom.html
Package | Description |
---|---|
org.w3c.dom.html |
Provides interfaces for DOM Level 2 HTML Specification.
|
-
Classes in org.w3c.dom.html used by org.w3c.dom.html Class Description HTMLCollection AnHTMLCollection
is a list of nodes.HTMLDocument AnHTMLDocument
is the root of the HTML hierarchy and holds the entire content.HTMLElement All HTML element interfaces derive from this class.HTMLFormElement TheFORM
element encompasses behavior similar to a collection and an element.HTMLTableCaptionElement Table caption See the CAPTION element definition in HTML 4.0.HTMLTableSectionElement TheTHEAD
,TFOOT
, andTBODY
elements.