Uses of Interface
org.w3c.dom.html.HTMLElement
Packages that use HTMLElement
-
Uses of HTMLElement in org.w3c.dom.html
Subinterfaces of HTMLElement in org.w3c.dom.htmlModifier and TypeInterfaceDescriptioninterface
The anchor element.interface
An embedded Java applet.interface
Client-side image map area definition.interface
Document base URI.interface
Base font.interface
The HTML document body.interface
Force a line break.interface
Push button.interface
Directory list.interface
Generic block container.interface
Definition list.interface
Organizes form controls into logical groups.interface
Local change to font.interface
TheFORM
element encompasses behavior similar to a collection and an element.interface
Create a frame.interface
Create a grid of frames.interface
Document head information.interface
For theH1
toH6
elements.interface
Create a horizontal rule.interface
Root of an HTML document.interface
Inline subwindows.interface
Embedded image.interface
Form control.interface
This element is used for single-line text input.interface
Form field label text.interface
Provides a caption for aFIELDSET
grouping.interface
List item.interface
TheLINK
element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).interface
Client-side image map.interface
Menu list.interface
This contains generic meta-information about the document.interface
Notice of modification to part of a document.interface
Generic embedded object.interface
Ordered list.interface
Group options together in logical subdivisions.interface
A selectable choice.interface
Paragraphs.interface
Parameters fed to theOBJECT
element.interface
Preformatted text.interface
For theQ
andBLOCKQUOTE
elements.interface
Script statements.interface
The select element allows the selection of an option.interface
Style information.interface
Table caption See the CAPTION element definition in HTML 4.0.interface
The object used to represent theTH
andTD
elements.interface
Regroups theCOL
andCOLGROUP
elements.interface
The create* and delete* methods on the table allow authors to construct and modify tables.interface
A row in a table.interface
TheTHEAD
,TFOOT
, andTBODY
elements.interface
Multi-line text field.interface
The document title.interface
Unordered list.Methods in org.w3c.dom.html that return HTMLElementModifier and TypeMethodDescriptionHTMLTableElement.createCaption()
Create a new table caption object or return an existing one.HTMLTableElement.createTFoot()
Create a table footer row or return an existing one.HTMLTableElement.createTHead()
Create a table header row or return an existing one.HTMLDocument.getBody()
The element that contains the content for the document.HTMLTableRowElement.insertCell(int index)
Insert an emptyTD
cell into this row.HTMLTableElement.insertRow(int index)
Insert a new empty row in the table.HTMLTableSectionElement.insertRow(int index)
Insert a row into this section.Methods in org.w3c.dom.html with parameters of type HTMLElementModifier and TypeMethodDescriptionvoid
HTMLSelectElement.add(HTMLElement element, HTMLElement before)
Add a new element to the collection ofOPTION
elements for thisSELECT
.void
HTMLDocument.setBody(HTMLElement body)