Google

Xerces 3.1.1 API: H-Index
Xerces 3.1.1
A B C D E F G H I J K L M N O P R S T U V W X _

H

handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
This method is called whenever an event occurs of the type for which the EventListener interface was registered. interface. It has been replaced by the SAX2
Deprecated.  
hasAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
hasAttribute(String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - Method in class org.apache.xerces.dom.NodeImpl
Returns whether this node (if it is an element) has any attributes.
hasAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
hasAttributes() - Method in interface org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in class org.apache.xerces.dom.NodeImpl
Test whether this node has any children.
hasChildNodes() - Method in class org.apache.xerces.dom.ParentNode
Test whether this node has any children.
hasChildNodes() - Method in class org.apache.xerces.dom.ChildAndParentNode
Test whether this node has any children.
hasChildNodes() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Returns whether this node has any children.
hasChildNodes() - Method in interface org.w3c.dom.Node
Returns whether this node has any children.
HASDEFAULTS - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
hasFeature(String, String) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof.
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature.
hashCode() - Method in class org.apache.xerces.framework.XMLContentSpec
Returns a hash code for this node.
HIERARCHY_REQUEST_ERR - Static variable in class org.w3c.dom.DOMException
If any node is inserted somewhere it doesn't belong
The output method for HTML documents.
HTMLAnchorElement - interface org.w3c.dom.html.HTMLAnchorElement.
The anchor element.
HTMLAnchorElementImpl - class org.apache.html.dom.HTMLAnchorElementImpl.
 
HTMLAnchorElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAnchorElementImpl
Constructor requires owner document.
HTMLAppletElement - interface org.w3c.dom.html.HTMLAppletElement.
An embedded Java applet.
HTMLAppletElementImpl - class org.apache.html.dom.HTMLAppletElementImpl.
 
HTMLAppletElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAppletElementImpl
Constructor requires owner document.
HTMLAreaElement - interface org.w3c.dom.html.HTMLAreaElement.
Client-side image map area definition.
HTMLAreaElementImpl - class org.apache.html.dom.HTMLAreaElementImpl.
 
HTMLAreaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAreaElementImpl
Constructor requires owner document.
HTMLBaseElement - interface org.w3c.dom.html.HTMLBaseElement.
Document base URI.
HTMLBaseElementImpl - class org.apache.html.dom.HTMLBaseElementImpl.
 
HTMLBaseElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBaseElementImpl
Constructor requires owner document.
HTMLBaseFontElement - interface org.w3c.dom.html.HTMLBaseFontElement.
Base font.
HTMLBaseFontElementImpl - class org.apache.html.dom.HTMLBaseFontElementImpl.
 
HTMLBaseFontElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBaseFontElementImpl
Constructor requires owner document.
HTMLBodyElement - interface org.w3c.dom.html.HTMLBodyElement.
The HTML document body.
HTMLBodyElementImpl - class org.apache.html.dom.HTMLBodyElementImpl.
 
HTMLBodyElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBodyElementImpl
Constructor requires owner document.
HTMLBRElement - interface org.w3c.dom.html.HTMLBRElement.
Force a line break.
HTMLBRElementImpl - class org.apache.html.dom.HTMLBRElementImpl.
 
HTMLBRElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBRElementImpl
Constructor requires owner document.
HTMLBuilder - class org.apache.html.dom.HTMLBuilder.
This is a SAX document handler that is used to build an HTML document.
HTMLBuilder() - Constructor for class org.apache.html.dom.HTMLBuilder
 
HTMLButtonElement - interface org.w3c.dom.html.HTMLButtonElement.
Push button.
HTMLButtonElementImpl - class org.apache.html.dom.HTMLButtonElementImpl.
 
HTMLButtonElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLButtonElementImpl
Constructor requires owner document.
HTMLCollection - interface org.w3c.dom.html.HTMLCollection.
An HTMLCollection is a list of nodes.
HTMLDirectoryElement - interface org.w3c.dom.html.HTMLDirectoryElement.
Directory list.
HTMLDirectoryElementImpl - class org.apache.html.dom.HTMLDirectoryElementImpl.
 
HTMLDirectoryElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDirectoryElementImpl
Constructor requires owner document.
HTMLDivElement - interface org.w3c.dom.html.HTMLDivElement.
Generic block container.
HTMLDivElementImpl - class org.apache.html.dom.HTMLDivElementImpl.
 
HTMLDivElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDivElementImpl
Constructor requires owner document.
HTMLDListElement - interface org.w3c.dom.html.HTMLDListElement.
Definition list.
HTMLDListElementImpl - class org.apache.html.dom.HTMLDListElementImpl.
 
HTMLDListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDListElementImpl
Constructor requires owner document.
HTMLDocument - interface org.w3c.dom.html.HTMLDocument.
An HTMLDocument is the root of the HTML hierarchy and holds the entire content.
HTMLDocumentImpl - class org.apache.html.dom.HTMLDocumentImpl.
Implements an HTML document.
HTMLDocumentImpl() - Constructor for class org.apache.html.dom.HTMLDocumentImpl
 
HTMLDOMImplementation - interface org.w3c.dom.html.HTMLDOMImplementation.
The HTMLDOMImplementation interface extends the DOMImplementation interface with a method for creating an HTML document instance.
HTMLDOMImplementationImpl - class org.apache.html.dom.HTMLDOMImplementationImpl.
Provides number of methods for performing operations that are independent
 
HTMLElement - interface org.w3c.dom.html.HTMLElement.
All HTML element interfaces derive from this class.
HTMLElementImpl - class org.apache.html.dom.HTMLElementImpl.
Implements an HTML-specific element, an Element that will only appear inside HTML documents.
HTMLFieldSetElement - interface org.w3c.dom.html.HTMLFieldSetElement.
Organizes form controls into logical groups.
HTMLFieldSetElementImpl - class org.apache.html.dom.HTMLFieldSetElementImpl.
 
HTMLFieldSetElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFieldSetElementImpl
Constructor requires owner document.
HTMLFontElement - interface org.w3c.dom.html.HTMLFontElement.
Local change to font.
HTMLFontElementImpl - class org.apache.html.dom.HTMLFontElementImpl.
 
HTMLFontElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFontElementImpl
 
HTMLFormControl - interface org.apache.html.dom.HTMLFormControl.
Identifies control in a form, so they may be collected in a form elements collection.
HTMLFormElement - interface org.w3c.dom.html.HTMLFormElement.
The FORM element encompasses behavior similar to a collection and an element.
HTMLFormElementImpl - class org.apache.html.dom.HTMLFormElementImpl.
 
HTMLFormElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFormElementImpl
Constructor requires owner document.
HTMLFrameElement - interface org.w3c.dom.html.HTMLFrameElement.
Create a frame.
HTMLFrameElementImpl - class org.apache.html.dom.HTMLFrameElementImpl.
 
HTMLFrameElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFrameElementImpl
Constructor requires owner document.
HTMLFrameSetElement - interface org.w3c.dom.html.HTMLFrameSetElement.
Create a grid of frames.
HTMLFrameSetElementImpl - class org.apache.html.dom.HTMLFrameSetElementImpl.
 
HTMLFrameSetElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFrameSetElementImpl
Constructor requires owner document.
HTMLHeadElement - interface org.w3c.dom.html.HTMLHeadElement.
Document head information.
HTMLHeadElementImpl - class org.apache.html.dom.HTMLHeadElementImpl.
 
HTMLHeadElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHeadElementImpl
Constructor requires owner document.
HTMLHeadingElement - interface org.w3c.dom.html.HTMLHeadingElement.
For the H1 to H6 elements.
HTMLHeadingElementImpl - class org.apache.html.dom.HTMLHeadingElementImpl.
 
HTMLHeadingElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHeadingElementImpl
Constructor requires owner document.
HTMLHRElement - interface org.w3c.dom.html.HTMLHRElement.
Create a horizontal rule.
HTMLHRElementImpl - class org.apache.html.dom.HTMLHRElementImpl.
 
HTMLHRElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHRElementImpl
Constructor requires owner document.
HTMLHtmlElement - interface org.w3c.dom.html.HTMLHtmlElement.
Root of an HTML document.
HTMLHtmlElementImpl - class org.apache.html.dom.HTMLHtmlElementImpl.
 
HTMLHtmlElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHtmlElementImpl
Constructor requires owner document.
HTMLIFrameElement - interface org.w3c.dom.html.HTMLIFrameElement.
Inline subwindows.
HTMLIFrameElementImpl - class org.apache.html.dom.HTMLIFrameElementImpl.
 
HTMLIFrameElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLIFrameElementImpl
Constructor requires owner document.
HTMLImageElement - interface org.w3c.dom.html.HTMLImageElement.
Embedded image.
HTMLImageElementImpl - class org.apache.html.dom.HTMLImageElementImpl.
 
HTMLImageElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLImageElementImpl
Constructor requires owner document.
HTMLInputElement - interface org.w3c.dom.html.HTMLInputElement.
Form control.
HTMLInputElementImpl - class org.apache.html.dom.HTMLInputElementImpl.
 
HTMLInputElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLInputElementImpl
Constructor requires owner document.
HTMLIsIndexElement - interface org.w3c.dom.html.HTMLIsIndexElement.
This element is used for single-line text input.
HTMLIsIndexElementImpl - class org.apache.html.dom.HTMLIsIndexElementImpl.
 
HTMLIsIndexElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLIsIndexElementImpl
Constructor requires owner document.
HTMLLabelElement - interface org.w3c.dom.html.HTMLLabelElement.
Form field label text.
HTMLLabelElementImpl - class org.apache.html.dom.HTMLLabelElementImpl.
 
HTMLLabelElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLabelElementImpl
Constructor requires owner document.
HTMLLegendElement - interface org.w3c.dom.html.HTMLLegendElement.
Provides a caption for a FIELDSET grouping.
HTMLLegendElementImpl - class org.apache.html.dom.HTMLLegendElementImpl.
 
HTMLLegendElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLegendElementImpl
Constructor requires owner document.
HTMLLIElement - interface org.w3c.dom.html.HTMLLIElement.
List item.
HTMLLIElementImpl - class org.apache.html.dom.HTMLLIElementImpl.
 
HTMLLIElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLIElementImpl
Constructor requires owner document.
HTMLLinkElement - interface org.w3c.dom.html.HTMLLinkElement.
The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).
HTMLLinkElementImpl - class org.apache.html.dom.HTMLLinkElementImpl.
 
HTMLLinkElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLinkElementImpl
Constructor requires owner document.
HTMLMapElement - interface org.w3c.dom.html.HTMLMapElement.
Client-side image map.
HTMLMapElementImpl - class org.apache.html.dom.HTMLMapElementImpl.
 
HTMLMapElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMapElementImpl
Constructor requires owner document.
HTMLMenuElement - interface org.w3c.dom.html.HTMLMenuElement.
Menu list.
HTMLMenuElementImpl - class org.apache.html.dom.HTMLMenuElementImpl.
 
HTMLMenuElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMenuElementImpl
Constructor requires owner document.
HTMLMetaElement - interface org.w3c.dom.html.HTMLMetaElement.
This contains generic meta-information about the document.
HTMLMetaElementImpl - class org.apache.html.dom.HTMLMetaElementImpl.
 
HTMLMetaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMetaElementImpl
Constructor requires owner document.
HTMLModElement - interface org.w3c.dom.html.HTMLModElement.
Notice of modification to part of a document.
HTMLModElementImpl - class org.apache.html.dom.HTMLModElementImpl.
 
HTMLModElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLModElementImpl
Constructor requires owner document and tag name.
HTMLObjectElement - interface org.w3c.dom.html.HTMLObjectElement.
Generic embedded object.
HTMLObjectElementImpl - class org.apache.html.dom.HTMLObjectElementImpl.
 
HTMLObjectElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLObjectElementImpl
Constructor requires owner document.
HTMLOListElement - interface org.w3c.dom.html.HTMLOListElement.
Ordered list.
HTMLOListElementImpl - class org.apache.html.dom.HTMLOListElementImpl.
 
HTMLOListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOListElementImpl
Constructor requires owner document.
HTMLOptGroupElement - interface org.w3c.dom.html.HTMLOptGroupElement.
Group options together in logical subdivisions.
HTMLOptGroupElementImpl - class org.apache.html.dom.HTMLOptGroupElementImpl.
 
HTMLOptGroupElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOptGroupElementImpl
Constructor requires owner document.
HTMLOptionElement - interface org.w3c.dom.html.HTMLOptionElement.
A selectable choice.
HTMLOptionElementImpl - class org.apache.html.dom.HTMLOptionElementImpl.
 
HTMLOptionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOptionElementImpl
Constructor requires owner document.
HTMLParagraphElement - interface org.w3c.dom.html.HTMLParagraphElement.
Paragraphs.
HTMLParagraphElementImpl - class org.apache.html.dom.HTMLParagraphElementImpl.
 
HTMLParagraphElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLParagraphElementImpl
Constructor requires owner document.
HTMLParamElement - interface org.w3c.dom.html.HTMLParamElement.
Parameters fed to the OBJECT element.
HTMLParamElementImpl - class org.apache.html.dom.HTMLParamElementImpl.
 
HTMLParamElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLParamElementImpl
Constructor requires owner document.
HTMLPreElement - interface org.w3c.dom.html.HTMLPreElement.
Preformatted text.
HTMLPreElementImpl - class org.apache.html.dom.HTMLPreElementImpl.
 
HTMLPreElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLPreElementImpl
Constructor requires owner document.
Public identifier for HTML document type.
HTMLQuoteElement - interface org.w3c.dom.html.HTMLQuoteElement.
For the Q and BLOCKQUOTE elements.
HTMLQuoteElementImpl - class org.apache.html.dom.HTMLQuoteElementImpl.
 
HTMLQuoteElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLQuoteElementImpl
Constructor requires owner document.
HTMLScriptElement - interface org.w3c.dom.html.HTMLScriptElement.
Script statements.
HTMLScriptElementImpl - class org.apache.html.dom.HTMLScriptElementImpl.
 
HTMLScriptElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLScriptElementImpl
Constructor requires owner document.
HTMLSelectElement - interface org.w3c.dom.html.HTMLSelectElement.
The select element allows the selection of an option.
HTMLSelectElementImpl - class org.apache.html.dom.HTMLSelectElementImpl.
 
HTMLSelectElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLSelectElementImpl
Constructor requires owner document.
Constructs a new serializer.
Constructs a new HTML/XHTML serializer depending on the value of xhtml.
Constructs a new serializer.
Constructs a new serializer that writes to the specified output stream using the specified output format.
Constructs a new serializer that writes to the specified writer using the specified output format.
HTMLStyleElement - interface org.w3c.dom.html.HTMLStyleElement.
Style information.
HTMLStyleElementImpl - class org.apache.html.dom.HTMLStyleElementImpl.
 
HTMLStyleElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLStyleElementImpl
Constructor requires owner document.
System identifier for HTML document type.
HTMLTableCaptionElement - interface org.w3c.dom.html.HTMLTableCaptionElement.
Table caption See the CAPTION element definition in HTML 4.0.
HTMLTableCaptionElementImpl - class org.apache.html.dom.HTMLTableCaptionElementImpl.
 
HTMLTableCaptionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableCaptionElementImpl
Constructor requires owner document.
HTMLTableCellElement - interface org.w3c.dom.html.HTMLTableCellElement.
The object used to represent the TH and TD elements.
HTMLTableCellElementImpl - class org.apache.html.dom.HTMLTableCellElementImpl.
 
HTMLTableCellElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableCellElementImpl
Constructor requires owner document.
HTMLTableColElement - interface org.w3c.dom.html.HTMLTableColElement.
Regroups the COL and COLGROUP elements.
HTMLTableColElementImpl - class org.apache.html.dom.HTMLTableColElementImpl.
 
HTMLTableColElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableColElementImpl
Constructor requires owner document.
HTMLTableElement - interface org.w3c.dom.html.HTMLTableElement.
The create* and delete* methods on the table allow authors to construct and modify tables.
HTMLTableElementImpl - class org.apache.html.dom.HTMLTableElementImpl.
 
HTMLTableElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableElementImpl
Constructor requires owner document.
HTMLTableRowElement - interface org.w3c.dom.html.HTMLTableRowElement.
A row in a table.
HTMLTableRowElementImpl - class org.apache.html.dom.HTMLTableRowElementImpl.
 
HTMLTableRowElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableRowElementImpl
Constructor requires owner document.
HTMLTableSectionElement - interface org.w3c.dom.html.HTMLTableSectionElement.
The THEAD , TFOOT , and TBODY elements.
HTMLTableSectionElementImpl - class org.apache.html.dom.HTMLTableSectionElementImpl.
 
HTMLTableSectionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableSectionElementImpl
Constructor requires owner document.
HTMLTextAreaElement - interface org.w3c.dom.html.HTMLTextAreaElement.
Multi-line text field.
HTMLTextAreaElementImpl - class org.apache.html.dom.HTMLTextAreaElementImpl.
 
HTMLTextAreaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTextAreaElementImpl
Constructor requires owner document.
HTMLTitleElement - interface org.w3c.dom.html.HTMLTitleElement.
The document title.
HTMLTitleElementImpl - class org.apache.html.dom.HTMLTitleElementImpl.
 
HTMLTitleElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTitleElementImpl
Constructor requires owner document.
HTMLUListElement - interface org.w3c.dom.html.HTMLUListElement.
Unordered list.
HTMLUListElementImpl - class org.apache.html.dom.HTMLUListElementImpl.
 
HTMLUListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLUListElementImpl
Constructor requires owner document.

Xerces 3.1.1
A B C D E F G H I J K L M N O P R S T U V W X _