- handle(short, String, Object, Node, Node) - Method in interface org.w3c.dom.UserDataHandler
- 
This method is called whenever the node for which this handler is
 registered is imported or cloned. 
- handleError(DOMError) - Method in interface org.w3c.dom.DOMErrorHandler
- 
This method is called on the error handler when an error occurs. 
- handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
- 
This method is called whenever an event occurs of the type for which
 the  EventListenerinterface was registered.
 
- hasAttribute(String) - Method in interface org.w3c.dom.Element
- 
Returns truewhen an attribute with a given name is
 specified on this element or has a default value,falseotherwise.
 
- hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
- 
Returns truewhen an attribute with a given local name and
 namespace URI is specified on this element or has a default value,falseotherwise.
 
- hasAttributes() - Method in interface org.w3c.dom.Node
- 
Returns whether this node (if it is an element) has any attributes. 
- hasChildNodes() - Method in interface org.w3c.dom.Node
- 
Returns whether this node has any children. 
- hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
- 
Test if the DOM implementation implements a specific feature and
 version, as specified in  DOM Features. 
- HIERARCHY_REQUEST_ERR - Static variable in exception org.w3c.dom.DOMException
- 
If any Nodeis inserted somewhere it doesn't belong.
 
- HTMLAnchorElement - Interface in org.w3c.dom.html
- 
The anchor element. 
- HTMLAppletElement - Interface in org.w3c.dom.html
- 
An embedded Java applet. 
- HTMLAreaElement - Interface in org.w3c.dom.html
- 
Client-side image map area definition. 
- HTMLBaseElement - Interface in org.w3c.dom.html
- 
Document base URI. 
- HTMLBaseFontElement - Interface in org.w3c.dom.html
- 
Base font. 
- HTMLBodyElement - Interface in org.w3c.dom.html
- 
The HTML document body. 
- HTMLBRElement - Interface in org.w3c.dom.html
- 
Force a line break. 
- HTMLButtonElement - Interface in org.w3c.dom.html
- 
Push button. 
- HTMLCollection - Interface in org.w3c.dom.html
- 
An HTMLCollectionis a list of nodes.
 
- HTMLDirectoryElement - Interface in org.w3c.dom.html
- 
Directory list. 
- HTMLDivElement - Interface in org.w3c.dom.html
- 
Generic block container. 
- HTMLDListElement - Interface in org.w3c.dom.html
- 
Definition list. 
- HTMLDocument - Interface in org.w3c.dom.html
- 
An HTMLDocumentis the root of the HTML hierarchy and holds
 the entire content.
 
- HTMLDOMImplementation - Interface in org.w3c.dom.html
- 
The HTMLDOMImplementationinterface extends theDOMImplementationinterface with a method for creating an
 HTML document instance.
 
- HTMLElement - Interface in org.w3c.dom.html
- 
All HTML element interfaces derive from this class. 
- HTMLFieldSetElement - Interface in org.w3c.dom.html
- 
Organizes form controls into logical groups. 
- HTMLFontElement - Interface in org.w3c.dom.html
- 
Local change to font. 
- HTMLFormElement - Interface in org.w3c.dom.html
- 
The FORMelement encompasses behavior similar to a collection
 and an element.
 
- HTMLFrameElement - Interface in org.w3c.dom.html
- 
Create a frame. 
- HTMLFrameSetElement - Interface in org.w3c.dom.html
- 
Create a grid of frames. 
- HTMLHeadElement - Interface in org.w3c.dom.html
- 
Document head information. 
- HTMLHeadingElement - Interface in org.w3c.dom.html
- 
For the H1toH6elements.
 
- HTMLHRElement - Interface in org.w3c.dom.html
- 
Create a horizontal rule. 
- HTMLHtmlElement - Interface in org.w3c.dom.html
- 
Root of an HTML document. 
- HTMLIFrameElement - Interface in org.w3c.dom.html
- 
Inline subwindows. 
- HTMLImageElement - Interface in org.w3c.dom.html
- 
Embedded image. 
- HTMLInputElement - Interface in org.w3c.dom.html
- 
Form control. 
- HTMLIsIndexElement - Interface in org.w3c.dom.html
- 
This element is used for single-line text input. 
- HTMLLabelElement - Interface in org.w3c.dom.html
- 
Form field label text. 
- HTMLLegendElement - Interface in org.w3c.dom.html
- 
Provides a caption for a FIELDSETgrouping.
 
- HTMLLIElement - Interface in org.w3c.dom.html
- 
List item. 
- HTMLLinkElement - Interface in org.w3c.dom.html
- 
The LINKelement specifies a link to an external resource,
 and defines this document's relationship to that resource (or vice versa).
 
- HTMLMapElement - Interface in org.w3c.dom.html
- 
Client-side image map. 
- HTMLMenuElement - Interface in org.w3c.dom.html
- 
Menu list. 
- HTMLMetaElement - Interface in org.w3c.dom.html
- 
This contains generic meta-information about the document. 
- HTMLModElement - Interface in org.w3c.dom.html
- 
Notice of modification to part of a document. 
- HTMLObjectElement - Interface in org.w3c.dom.html
- 
Generic embedded object. 
- HTMLOListElement - Interface in org.w3c.dom.html
- 
Ordered list. 
- HTMLOptGroupElement - Interface in org.w3c.dom.html
- 
Group options together in logical subdivisions. 
- HTMLOptionElement - Interface in org.w3c.dom.html
- 
A selectable choice. 
- HTMLParagraphElement - Interface in org.w3c.dom.html
- 
Paragraphs. 
- HTMLParamElement - Interface in org.w3c.dom.html
- 
Parameters fed to the OBJECTelement.
 
- HTMLPreElement - Interface in org.w3c.dom.html
- 
Preformatted text. 
- HTMLQuoteElement - Interface in org.w3c.dom.html
- 
For the QandBLOCKQUOTEelements.
 
- HTMLScriptElement - Interface in org.w3c.dom.html
- 
Script statements. 
- HTMLSelectElement - Interface in org.w3c.dom.html
- 
The select element allows the selection of an option. 
- HTMLStyleElement - Interface in org.w3c.dom.html
- 
Style information. 
- HTMLTableCaptionElement - Interface in org.w3c.dom.html
- 
Table caption See the  CAPTION element definition in HTML 4.0. 
- HTMLTableCellElement - Interface in org.w3c.dom.html
- 
The object used to represent the THandTDelements.
 
- HTMLTableColElement - Interface in org.w3c.dom.html
- 
Regroups the COLandCOLGROUPelements.
 
- HTMLTableElement - Interface in org.w3c.dom.html
- 
The create* and delete* methods on the table allow authors to construct
 and modify tables. 
- HTMLTableRowElement - Interface in org.w3c.dom.html
- 
A row in a table. 
- HTMLTableSectionElement - Interface in org.w3c.dom.html
- 
The THEAD,TFOOT, andTBODYelements.
 
- HTMLTextAreaElement - Interface in org.w3c.dom.html
- 
Multi-line text field. 
- HTMLTitleElement - Interface in org.w3c.dom.html
- 
The document title. 
- HTMLUListElement - Interface in org.w3c.dom.html
- 
Unordered list.