Common DOM API
A B C D E F G H I L M N O P R S T U V W

G

getAbbr() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Abbreviation for header cells.
getAccept() - Method in interface org.w3c.dom.html.HTMLInputElement
A comma-separated list of content types that a server processing this form will handle correctly.
getAcceptCharset() - Method in interface org.w3c.dom.html.HTMLFormElement
List of character sets supported by the server.
getAccessKey() - Method in interface org.w3c.dom.html.HTMLAnchorElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html.HTMLAreaElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html.HTMLButtonElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html.HTMLInputElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html.HTMLLabelElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html.HTMLLegendElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
A single character access key to give access to the form control.
getAction() - Method in interface org.w3c.dom.html.HTMLFormElement
Server-side form handler.
getAlign() - Method in interface org.w3c.dom.html.HTMLAppletElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - Method in interface org.w3c.dom.html.HTMLDivElement
Horizontal text alignment.
getAlign() - Method in interface org.w3c.dom.html.HTMLHeadingElement
Horizontal text alignment.
getAlign() - Method in interface org.w3c.dom.html.HTMLHRElement
Align the rule on the page.
getAlign() - Method in interface org.w3c.dom.html.HTMLIFrameElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - Method in interface org.w3c.dom.html.HTMLImageElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - Method in interface org.w3c.dom.html.HTMLInputElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - Method in interface org.w3c.dom.html.HTMLLegendElement
Text alignment relative to FIELDSET .
getAlign() - Method in interface org.w3c.dom.html.HTMLObjectElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - Method in interface org.w3c.dom.html.HTMLParagraphElement
Horizontal text alignment.
getAlign() - Method in interface org.w3c.dom.html.HTMLTableCaptionElement
Caption alignment with respect to the table.
getAlign() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Horizontal alignment of data in cell.
getAlign() - Method in interface org.w3c.dom.html.HTMLTableColElement
Horizontal alignment of cell data in column.
getAlign() - Method in interface org.w3c.dom.html.HTMLTableElement
Specifies the table's position with respect to the rest of the document.
getAlign() - Method in interface org.w3c.dom.html.HTMLTableRowElement
Horizontal alignment of data within cells of this row.
getAlign() - Method in interface org.w3c.dom.html.HTMLTableSectionElement
Horizontal alignment of data in cells.
getALink() - Method in interface org.w3c.dom.html.HTMLBodyElement
Color of active links (after mouse-button down, but before mouse-button up).
getAlt() - Method in interface org.w3c.dom.html.HTMLAppletElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - Method in interface org.w3c.dom.html.HTMLAreaElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - Method in interface org.w3c.dom.html.HTMLImageElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - Method in interface org.w3c.dom.html.HTMLInputElement
Alternate text for user agents not rendering the normal content of this element.
getAltKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'alt' key was depressed during the firing of the event.
getAnchors() - Method in interface org.w3c.dom.html.HTMLDocument
A collection of all the anchor (A ) elements in a document with a value for the name attribute.
getApplets() - Method in interface org.w3c.dom.html.HTMLDocument
A collection of all the OBJECT elements that include applets and APPLET ( deprecated ) elements in a document.
getArchive() - Method in interface org.w3c.dom.html.HTMLAppletElement
Comma-separated archive list.
getArchive() - Method in interface org.w3c.dom.html.HTMLObjectElement
Space-separated list of archives.
getAreas() - Method in interface org.w3c.dom.html.HTMLMapElement
The list of areas defined for the image map.
getAsync() - Method in interface org.w3c.dom.ls.LSParser
true if the LSParser is asynchronous, false if it is synchronous.
getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAxis() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Names group of related headers.
getAzimuth() - Method in interface org.w3c.dom.css.CSS2Properties
See the azimuth property definition in CSS2.
getBackground() - Method in interface org.w3c.dom.css.CSS2Properties
See the background property definition in CSS2.
getBackground() - Method in interface org.w3c.dom.html.HTMLBodyElement
URI of the background texture tile image.
getBackgroundAttachment() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-attachment property definition in CSS2.
getBackgroundColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-color property definition in CSS2.
getBackgroundImage() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-image property definition in CSS2.
getBackgroundPosition() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-position property definition in CSS2.
getBackgroundRepeat() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-repeat property definition in CSS2.
getBaseURI() - Method in interface org.w3c.dom.ls.LSInput
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
getBaseURI() - Method in interface org.w3c.dom.Node
The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBgColor() - Method in interface org.w3c.dom.html.HTMLBodyElement
Document background color.
getBgColor() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Cell background color.
getBgColor() - Method in interface org.w3c.dom.html.HTMLTableElement
Cell background color.
getBgColor() - Method in interface org.w3c.dom.html.HTMLTableRowElement
Background color for rows.
getBlue() - Method in interface org.w3c.dom.css.RGBColor
This attribute is used for the blue value of the RGB color.
getBody() - Method in interface org.w3c.dom.html.HTMLDocument
The element that contains the content for the document.
getBorder() - Method in interface org.w3c.dom.css.CSS2Properties
See the border property definition in CSS2.
getBorder() - Method in interface org.w3c.dom.html.HTMLImageElement
Width of border around image.
getBorder() - Method in interface org.w3c.dom.html.HTMLObjectElement
Width of border around the object.
getBorder() - Method in interface org.w3c.dom.html.HTMLTableElement
The width of the border around the table.
getBorderBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom property definition in CSS2.
getBorderBottomColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-color property definition in CSS2.
getBorderBottomStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-style property definition in CSS2.
getBorderBottomWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-width property definition in CSS2.
getBorderCollapse() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-collapse property definition in CSS2.
getBorderColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-color property definition in CSS2.
getBorderLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left property definition in CSS2.
getBorderLeftColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-color property definition in CSS2.
getBorderLeftStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-style property definition in CSS2.
getBorderLeftWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-width property definition in CSS2.
getBorderRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right property definition in CSS2.
getBorderRightColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-color property definition in CSS2.
getBorderRightStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-style property definition in CSS2.
getBorderRightWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-width property definition in CSS2.
getBorderSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-spacing property definition in CSS2.
getBorderStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-style property definition in CSS2.
getBorderTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top property definition in CSS2.
getBorderTopColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-color property definition in CSS2.
getBorderTopStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-style property definition in CSS2.
getBorderTopWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-width property definition in CSS2.
getBorderWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-width property definition in CSS2.
getBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the bottom property definition in CSS2.
getBottom() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the bottom of the rect.
getBubbles() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event is a bubbling event.
getBusy() - Method in interface org.w3c.dom.ls.LSParser
true if the LSParser is currently busy loading a document, otherwise false.
getButton() - Method in interface org.w3c.dom.events.MouseEvent
During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getByteOffset() - Method in interface org.w3c.dom.DOMLocator
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.
getByteStream() - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
getByteStream() - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
getCancelable() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event can have its default action prevented.
getCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
Returns the table's CAPTION , or void if none exists.
getCaptionSide() - Method in interface org.w3c.dom.css.CSS2Properties
See the caption-side property definition in CSS2.
getCause() - Method in exception com.sun.java.browser.dom.DOMAccessException
Returns the root cause of the error or null if there is none.
getCause() - Method in exception com.sun.java.browser.dom.DOMUnsupportedException
Returns the root cause of the error or null if there is none.
getCellIndex() - Method in interface org.w3c.dom.html.HTMLTableCellElement
The index of this cell in the row, starting from 0.
getCellPadding() - Method in interface org.w3c.dom.html.HTMLTableElement
Specifies the horizontal and vertical space between cell content and cell borders.
getCells() - Method in interface org.w3c.dom.html.HTMLTableRowElement
The collection of cells in this row.
getCellSpacing() - Method in interface org.w3c.dom.html.HTMLTableElement
Specifies the horizontal and vertical separation between cells.
getCertifiedText() - Method in interface org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
getCh() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Alignment character for cells in a column.
getCh() - Method in interface org.w3c.dom.html.HTMLTableColElement
Alignment character for cells in a column.
getCh() - Method in interface org.w3c.dom.html.HTMLTableRowElement
Alignment character for cells in a column.
getCh() - Method in interface org.w3c.dom.html.HTMLTableSectionElement
Alignment character for cells in a column.
getCharacterStream() - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
getCharacterStream() - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
getCharset() - Method in interface org.w3c.dom.html.HTMLAnchorElement
The character encoding of the linked resource.
getCharset() - Method in interface org.w3c.dom.html.HTMLLinkElement
The character encoding of the resource being linked to.
getCharset() - Method in interface org.w3c.dom.html.HTMLScriptElement
The character encoding of the linked resource.
getChecked() - Method in interface org.w3c.dom.html.HTMLInputElement
When the type attribute of the element has the value "Radio" or "Checkbox", this represents the current state of the form control, in an interactive user agent.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getChOff() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Offset of alignment character.
getChOff() - Method in interface org.w3c.dom.html.HTMLTableColElement
Offset of alignment character.
getChOff() - Method in interface org.w3c.dom.html.HTMLTableRowElement
Offset of alignment character.
getChOff() - Method in interface org.w3c.dom.html.HTMLTableSectionElement
Offset of alignment character.
getCite() - Method in interface org.w3c.dom.html.HTMLModElement
A URI designating a document that describes the reason for the change.
getCite() - Method in interface org.w3c.dom.html.HTMLQuoteElement
A URI designating a source document or message.
getClassName() - Method in interface org.w3c.dom.html.HTMLElement
The class attribute of the element.
getClear() - Method in interface org.w3c.dom.css.CSS2Properties
See the clear property definition in CSS2.
getClear() - Method in interface org.w3c.dom.html.HTMLBRElement
Control flow of text around floats.
getClientX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getClip() - Method in interface org.w3c.dom.css.CSS2Properties
See the clip property definition in CSS2.
getCode() - Method in interface org.w3c.dom.html.HTMLAppletElement
Applet class file.
getCode() - Method in interface org.w3c.dom.html.HTMLObjectElement
Applet class file.
getCodeBase() - Method in interface org.w3c.dom.html.HTMLAppletElement
Optional base URI for applet.
getCodeBase() - Method in interface org.w3c.dom.html.HTMLObjectElement
Base URI for classid , data , and archive attributes.
getCodeType() - Method in interface org.w3c.dom.html.HTMLObjectElement
Content type for data downloaded via classid attribute.
getCollapsed() - Method in interface org.w3c.dom.ranges.Range
TRUE if the Range is collapsed
getColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the color property definition in CSS2.
getColor() - Method in interface org.w3c.dom.html.HTMLBaseFontElement
Font color.
getColor() - Method in interface org.w3c.dom.html.HTMLFontElement
Font color.
getCols() - Method in interface org.w3c.dom.html.HTMLFrameSetElement
The number of columns of frames in the frameset.
getCols() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
Width of control (in characters).
getColSpan() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Number of columns spanned by cell.
getColumnNumber() - Method in interface org.w3c.dom.DOMLocator
The column number this locator is pointing to, or -1 if there is no column number available.
getCommonAncestorContainer() - Method in interface org.w3c.dom.ranges.Range
The deepest common ancestor container of the Range's two boundary-points.
getCompact() - Method in interface org.w3c.dom.html.HTMLDirectoryElement
Reduce spacing between list items.
getCompact() - Method in interface org.w3c.dom.html.HTMLDListElement
Reduce spacing between list items.
getCompact() - Method in interface org.w3c.dom.html.HTMLMenuElement
Reduce spacing between list items.
getCompact() - Method in interface org.w3c.dom.html.HTMLOListElement
Reduce spacing between list items.
getCompact() - Method in interface org.w3c.dom.html.HTMLUListElement
Reduce spacing between list items.
getComputedStyle(Element, String) - Method in interface org.w3c.dom.css.ViewCSS
This method is used to get the computed style as it is defined in [CSS2].
getContent() - Method in interface org.w3c.dom.css.CSS2Properties
See the content property definition in CSS2.
getContent() - Method in interface org.w3c.dom.html.HTMLMetaElement
Associated information.
getContentDocument() - Method in interface org.w3c.dom.html.HTMLFrameElement
The document this frame contains, if there is any and it is available, or null otherwise.
getContentDocument() - Method in interface org.w3c.dom.html.HTMLIFrameElement
The document this frame contains, if there is any and it is available, or null otherwise.
getContentDocument() - Method in interface org.w3c.dom.html.HTMLObjectElement
The document this object contains, if there is any and it is available, or null otherwise.
getCookie() - Method in interface org.w3c.dom.html.HTMLDocument
The cookies associated with this document.
getCoords() - Method in interface org.w3c.dom.html.HTMLAnchorElement
Comma-separated list of lengths, defining an active region geometry.
getCoords() - Method in interface org.w3c.dom.html.HTMLAreaElement
Comma-separated list of lengths, defining an active region geometry.
getCounterIncrement() - Method in interface org.w3c.dom.css.CSS2Properties
See the counter-increment property definition in CSS2.
getCounterReset() - Method in interface org.w3c.dom.css.CSS2Properties
See the counter-reset property definition in CSS2.
getCounterValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the Counter value.
getCssFloat() - Method in interface org.w3c.dom.css.CSS2Properties
See the float property definition in CSS2.
getCssRules() - Method in interface org.w3c.dom.css.CSSMediaRule
A list of all CSS rules contained within the media block.
getCssRules() - Method in interface org.w3c.dom.css.CSSStyleSheet
The list of all CSS rules contained within the style sheet.
getCssText() - Method in interface org.w3c.dom.css.CSSRule
The parsable textual representation of the rule.
getCssText() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
getCssText() - Method in interface org.w3c.dom.css.CSSValue
A string representation of the current value.
getCssValueType() - Method in interface org.w3c.dom.css.CSSValue
A code defining the type of the value as defined above.
getCtrlKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'ctrl' key was depressed during the firing of the event.
getCue() - Method in interface org.w3c.dom.css.CSS2Properties
See the cue property definition in CSS2.
getCueAfter() - Method in interface org.w3c.dom.css.CSS2Properties
See the cue-after property definition in CSS2.
getCueBefore() - Method in interface org.w3c.dom.css.CSS2Properties
See the cue-before property definition in CSS2.
getCurrentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
The node at which the TreeWalker is currently positioned.
getCurrentTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget whose EventListeners are currently being processed.
getCursor() - Method in interface org.w3c.dom.css.CSS2Properties
See the cursor property definition in CSS2.
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - Method in interface org.w3c.dom.html.HTMLObjectElement
A URI specifying the location of the object's data.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getDateTime() - Method in interface org.w3c.dom.html.HTMLModElement
The date and time of the change.
getDeclare() - Method in interface org.w3c.dom.html.HTMLObjectElement
Declare (for future reference), but do not instantiate, this object.
getDefaultChecked() - Method in interface org.w3c.dom.html.HTMLInputElement
When type has the value "Radio" or "Checkbox", this represents the HTML checked attribute of the element.
getDefaultSelected() - Method in interface org.w3c.dom.html.HTMLOptionElement
Represents the value of the HTML selected attribute.
getDefaultValue() - Method in interface org.w3c.dom.html.HTMLInputElement
When the type attribute of the element has the value "Text", "File" or "Password", this represents the HTML value attribute of the element.
getDefaultValue() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
Represents the contents of the element.
getDefaultView() - Method in interface org.w3c.dom.views.DocumentView
The default AbstractView for this Document, or null if none available.
getDefer() - Method in interface org.w3c.dom.html.HTMLScriptElement
Indicates that the user agent can defer processing of the script.
getDetail() - Method in interface org.w3c.dom.events.UIEvent
Specifies some detail information about the Event, depending on the type of event.
getDir() - Method in interface org.w3c.dom.html.HTMLElement
Specifies the base direction of directionally neutral text and the directionality of tables.
getDirection() - Method in interface org.w3c.dom.css.CSS2Properties
See the direction property definition in CSS2.
getDisabled() - Method in interface org.w3c.dom.html.HTMLButtonElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.html.HTMLInputElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.html.HTMLLinkElement
Enables/disables the link.
getDisabled() - Method in interface org.w3c.dom.html.HTMLOptGroupElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.html.HTMLOptionElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.html.HTMLSelectElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.html.HTMLStyleElement
Enables/disables the style sheet.
getDisabled() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.stylesheets.StyleSheet
false if the style sheet is applied to the document.
getDisplay() - Method in interface org.w3c.dom.css.CSS2Properties
See the display property definition in CSS2.
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocument(Object) - Method in interface com.sun.java.browser.dom.DOMAccessor
Returns the Document object of the DOM.
getDocument(Object) - Method in class com.sun.java.browser.dom.DOMServiceProvider
Returns the Document object of the DOM.
getDocument() - Method in interface org.w3c.dom.views.AbstractView
The source DocumentView of which this is an AbstractView.
getDocumentElement() - Method in interface org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
getDocumentURI() - Method in interface org.w3c.dom.Document
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
getDomain() - Method in interface org.w3c.dom.html.HTMLDocument
The domain name of the server that served the document, or null if the server cannot be identified by a domain name.
getDomConfig() - Method in interface org.w3c.dom.Document
The configuration used when Document.normalizeDocument() is invoked.
getDomConfig() - Method in interface org.w3c.dom.ls.LSParser
The DOMConfiguration object used when parsing an input source.
getDomConfig() - Method in interface org.w3c.dom.ls.LSSerializer
The DOMConfiguration object used by the LSSerializer when serializing a DOM node.
getDOMImplementation() - Method in interface com.sun.java.browser.dom.DOMAccessor
Returns a DOMImplementation object.
getDOMImplementation() - Method in class com.sun.java.browser.dom.DOMServiceProvider
Returns the DOMImplemenation object of the DOM.
getDOMImplementation(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Return the first implementation that has the desired features, or null if none is found.
getDOMImplementation(String) - Method in interface org.w3c.dom.DOMImplementationSource
A method to request the first DOM implementation that supports the specified features.
getDOMImplementationList(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Return a list of implementations that support the desired features.
getDOMImplementationList(String) - Method in interface org.w3c.dom.DOMImplementationSource
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getElementById(String) - Method in interface org.w3c.dom.Document
Returns the Element that has an ID attribute with the given value.
getElements() - Method in interface org.w3c.dom.html.HTMLFormElement
Returns a collection of all control elements in the form.
getElementsByName(String) - Method in interface org.w3c.dom.html.HTMLDocument
Returns the (possibly empty) collection of elements whose name value is given by elementName .
getElementsByTagName(String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.
getElementsByTagName(String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in document order.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in document order.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
getElevation() - Method in interface org.w3c.dom.css.CSS2Properties
See the elevation property definition in CSS2.
getEmptyCells() - Method in interface org.w3c.dom.css.CSS2Properties
See the empty-cells property definition in CSS2.
getEncoding() - Method in interface org.w3c.dom.css.CSSCharsetRule
The encoding information used in this @charset rule.
getEncoding() - Method in interface org.w3c.dom.ls.LSInput
The character encoding, if known.
getEncoding() - Method in interface org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
getEnctype() - Method in interface org.w3c.dom.html.HTMLFormElement
The content type of the submitted form, generally "application/x-www-form-urlencoded".
getEndContainer() - Method in interface org.w3c.dom.ranges.Range
Node within which the Range ends
getEndOffset() - Method in interface org.w3c.dom.ranges.Range
Offset within the ending node of the Range.
getEntities() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEvent() - Method in interface org.w3c.dom.html.HTMLScriptElement
Reserved for future use.
getEventPhase() - Method in interface org.w3c.dom.events.Event
Used to indicate which phase of event flow is currently being evaluated.
getExpandEntityReferences() - Method in interface org.w3c.dom.traversal.NodeIterator
The value of this flag determines whether the children of entity reference nodes are visible to the NodeIterator.
getExpandEntityReferences() - Method in interface org.w3c.dom.traversal.TreeWalker
The value of this flag determines whether the children of entity reference nodes are visible to the TreeWalker.
getFace() - Method in interface org.w3c.dom.html.HTMLBaseFontElement
Font face identifier.
getFace() - Method in interface org.w3c.dom.html.HTMLFontElement
Font face identifier.
getFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features.
getFeature(String, String) - Method in interface org.w3c.dom.Node
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFilter() - Method in interface org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
getFilter() - Method in interface org.w3c.dom.ls.LSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
getFilter() - Method in interface org.w3c.dom.traversal.NodeIterator
The NodeFilter used to screen nodes.
getFilter() - Method in interface org.w3c.dom.traversal.TreeWalker
The filter used to screen nodes.
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getFloatValue(short) - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get a float value in a specified unit.
getFont() - Method in interface org.w3c.dom.css.CSS2Properties
See the font property definition in CSS2.
getFontFamily() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-family property definition in CSS2.
getFontSize() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-size property definition in CSS2.
getFontSizeAdjust() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-size-adjust property definition in CSS2.
getFontStretch() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-stretch property definition in CSS2.
getFontStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-style property definition in CSS2.
getFontVariant() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-variant property definition in CSS2.
getFontWeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-weight property definition in CSS2.
getForm() - Method in interface org.w3c.dom.html.HTMLButtonElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html.HTMLFieldSetElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html.HTMLInputElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html.HTMLIsIndexElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html.HTMLLabelElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html.HTMLLegendElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html.HTMLObjectElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html.HTMLOptionElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html.HTMLSelectElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
Returns the FORM element containing this control.
getForms() - Method in interface org.w3c.dom.html.HTMLDocument
A collection of all the forms of a document.
getFrame() - Method in interface org.w3c.dom.html.HTMLTableElement
Specifies which external table borders to render.
getFrameBorder() - Method in interface org.w3c.dom.html.HTMLFrameElement
Request frame borders.
getFrameBorder() - Method in interface org.w3c.dom.html.HTMLIFrameElement
Request frame borders.
getGreen() - Method in interface org.w3c.dom.css.RGBColor
This attribute is used for the green value of the RGB color.
getHeaders() - Method in interface org.w3c.dom.html.HTMLTableCellElement
List of id attribute values for header cells.
getHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the height property definition in CSS2.
getHeight() - Method in interface org.w3c.dom.html.HTMLAppletElement
Override height.
getHeight() - Method in interface org.w3c.dom.html.HTMLIFrameElement
Frame height.
getHeight() - Method in interface org.w3c.dom.html.HTMLImageElement
Override height.
getHeight() - Method in interface org.w3c.dom.html.HTMLObjectElement
Override height.
getHeight() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Cell height.
getHref() - Method in interface org.w3c.dom.css.CSSImportRule
The location of the style sheet to be imported.
getHref() - Method in interface org.w3c.dom.html.HTMLAnchorElement
The URI of the linked resource.
getHref() - Method in interface org.w3c.dom.html.HTMLAreaElement
The URI of the linked resource.
getHref() - Method in interface org.w3c.dom.html.HTMLBaseElement
The base URI.
getHref() - Method in interface org.w3c.dom.html.HTMLLinkElement
The URI of the linked resource.
getHref() - Method in interface org.w3c.dom.stylesheets.StyleSheet
If the style sheet is a linked style sheet, the value of its attribute is its location.
getHreflang() - Method in interface org.w3c.dom.html.HTMLAnchorElement
Language code of the linked resource.
getHreflang() - Method in interface org.w3c.dom.html.HTMLLinkElement
Language code of the linked resource.
getHspace() - Method in interface org.w3c.dom.html.HTMLAppletElement
Horizontal space to the left and right of this image, applet, or object.
getHspace() - Method in interface org.w3c.dom.html.HTMLImageElement
Horizontal space to the left and right of this image.
getHspace() - Method in interface org.w3c.dom.html.HTMLObjectElement
Horizontal space to the left and right of this image, applet, or object.
getHtmlFor() - Method in interface org.w3c.dom.html.HTMLLabelElement
This attribute links this label with another form control by id attribute.
getHtmlFor() - Method in interface org.w3c.dom.html.HTMLScriptElement
Reserved for future use.
getHttpEquiv() - Method in interface org.w3c.dom.html.HTMLMetaElement
HTTP response header name.
getId() - Method in interface org.w3c.dom.html.HTMLElement
The element's identifier.
getIdentifier() - Method in interface org.w3c.dom.css.Counter
This attribute is used for the identifier of the counter.
getImages() - Method in interface org.w3c.dom.html.HTMLDocument
A collection of all the IMG elements in a document.
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getIndex() - Method in interface org.w3c.dom.html.HTMLOptionElement
The index of this OPTION in its parent SELECT , starting from 0.
getInput() - Method in interface org.w3c.dom.ls.LSLoadEvent
The input source that was parsed.
getInput() - Method in interface org.w3c.dom.ls.LSProgressEvent
The input source that is being parsed.
getInputEncoding() - Method in interface org.w3c.dom.Document
An attribute specifying the encoding used for this document at the time of the parsing.
getInputEncoding() - Method in interface org.w3c.dom.Entity
An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity.
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
getIsMap() - Method in interface org.w3c.dom.html.HTMLImageElement
Use server-side image map.
getLabel() - Method in interface org.w3c.dom.html.HTMLOptGroupElement
Assigns a label to this option group.
getLabel() - Method in interface org.w3c.dom.html.HTMLOptionElement
Option label for use in hierarchical menus.
getLang() - Method in interface org.w3c.dom.html.HTMLElement
Language code defined in RFC 1766.
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the left property definition in CSS2.
getLeft() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the left of the rect.
getLength() - Method in interface org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - Method in interface org.w3c.dom.css.CSSRuleList
The number of CSSRules in the list.
getLength() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
The number of properties that have been explicitly set in this declaration block.
getLength() - Method in interface org.w3c.dom.css.CSSValueList
The number of CSSValues in the list.
getLength() - Method in interface org.w3c.dom.DOMImplementationList
The number of DOMImplementations in the list.
getLength() - Method in interface org.w3c.dom.DOMStringList
The number of DOMStrings in the list.
getLength() - Method in interface org.w3c.dom.html.HTMLCollection
This attribute specifies the length or size of the list.
getLength() - Method in interface org.w3c.dom.html.HTMLFormElement
The number of form controls in the form.
getLength() - Method in interface org.w3c.dom.html.HTMLSelectElement
The number of options in this SELECT .
getLength() - Method in interface org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - Method in interface org.w3c.dom.NameList
The number of pairs (name and namespaceURI) in the list.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - Method in interface org.w3c.dom.stylesheets.MediaList
The number of media in the list.
getLength() - Method in interface org.w3c.dom.stylesheets.StyleSheetList
The number of StyleSheets in the list.
getLetterSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
See the letter-spacing property definition in CSS2.
getLineHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the line-height property definition in CSS2.
getLineNumber() - Method in interface org.w3c.dom.DOMLocator
The line number this locator is pointing to, or -1 if there is no column number available.
getLink() - Method in interface org.w3c.dom.html.HTMLBodyElement
Color of links that are not active and unvisited.
getLinks() - Method in interface org.w3c.dom.html.HTMLDocument
A collection of all AREA elements and anchor ( A ) elements in a document with a value for the href attribute.
getListStyle() - Method in interface org.w3c.dom.css.Counter
This attribute is used for the style of the list.
getListStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style property definition in CSS2.
getListStyleImage() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-image property definition in CSS2.
getListStylePosition() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-position property definition in CSS2.
getListStyleType() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-type property definition in CSS2.
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocation() - Method in interface org.w3c.dom.DOMError
The location of the error.
getLongDesc() - Method in interface org.w3c.dom.html.HTMLFrameElement
URI designating a long description of this image or frame.
getLongDesc() - Method in interface org.w3c.dom.html.HTMLIFrameElement
URI designating a long description of this image or frame.
getLongDesc() - Method in interface org.w3c.dom.html.HTMLImageElement
URI designating a long description of this image or frame.
getLowSrc() - Method in interface org.w3c.dom.html.HTMLImageElement
URI designating the source of this image, for low-resolution output.
getMargin() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin property definition in CSS2.
getMarginBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-bottom property definition in CSS2.
getMarginHeight() - Method in interface org.w3c.dom.html.HTMLFrameElement
Frame margin height, in pixels.
getMarginHeight() - Method in interface org.w3c.dom.html.HTMLIFrameElement
Frame margin height, in pixels.
getMarginLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-left property definition in CSS2.
getMarginRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-right property definition in CSS2.
getMarginTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-top property definition in CSS2.
getMarginWidth() - Method in interface org.w3c.dom.html.HTMLFrameElement
Frame margin width, in pixels.
getMarginWidth() - Method in interface org.w3c.dom.html.HTMLIFrameElement
Frame margin width, in pixels.
getMarkerOffset() - Method in interface org.w3c.dom.css.CSS2Properties
See the marker-offset property definition in CSS2.
getMarks() - Method in interface org.w3c.dom.css.CSS2Properties
See the marks property definition in CSS2.
getMaxHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the max-height property definition in CSS2.
getMaxLength() - Method in interface org.w3c.dom.html.HTMLInputElement
Maximum number of characters for text fields, when type has the value "Text" or "Password".
getMaxWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the max-width property definition in CSS2.
getMedia() - Method in interface org.w3c.dom.css.CSSImportRule
A list of media types for which this style sheet may be used.
getMedia() - Method in interface org.w3c.dom.css.CSSMediaRule
A list of media types for this rule.
getMedia() - Method in interface org.w3c.dom.html.HTMLLinkElement
Designed for use with one or more target media.
getMedia() - Method in interface org.w3c.dom.html.HTMLStyleElement
Designed for use with one or more target media.
getMedia() - Method in interface org.w3c.dom.stylesheets.StyleSheet
The intended destination media for style information.
getMediaText() - Method in interface org.w3c.dom.stylesheets.MediaList
The parsable textual representation of the media list.
getMessage() - Method in exception com.sun.java.browser.dom.DOMAccessException
Returns the detail message of the error or null if there is no detail message.
getMessage() - Method in exception com.sun.java.browser.dom.DOMUnsupportedException
Returns the detail message of the error or null if there is no detail message.
getMessage() - Method in interface org.w3c.dom.DOMError
An implementation specific string describing the error that occurred.
getMetaKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'meta' key was depressed during the firing of the event.
getMethod() - Method in interface org.w3c.dom.html.HTMLFormElement
HTTP method used to submit form.
getMinHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the min-height property definition in CSS2.
getMinWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the min-width property definition in CSS2.
getMultiple() - Method in interface org.w3c.dom.html.HTMLSelectElement
If true, multiple OPTION elements may be selected in this SELECT .
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName() - Method in interface org.w3c.dom.html.HTMLAnchorElement
Anchor name.
getName() - Method in interface org.w3c.dom.html.HTMLAppletElement
The name of the applet.
getName() - Method in interface org.w3c.dom.html.HTMLButtonElement
Form control or object name when submitted with a form.
getName() - Method in interface org.w3c.dom.html.HTMLFormElement
Names the form.
getName() - Method in interface org.w3c.dom.html.HTMLFrameElement
The frame name (object of the target attribute).
getName() - Method in interface org.w3c.dom.html.HTMLIFrameElement
The frame name (object of the target attribute).
getName() - Method in interface org.w3c.dom.html.HTMLImageElement
The name of the element (for backwards compatibility).
getName() - Method in interface org.w3c.dom.html.HTMLInputElement
Form control or object name when submitted with a form.
getName() - Method in interface org.w3c.dom.html.HTMLMapElement
Names the map (for use with usemap ).
getName() - Method in interface org.w3c.dom.html.HTMLMetaElement
Meta information name.
getName() - Method in interface org.w3c.dom.html.HTMLObjectElement
Form control or object name when submitted with a form.
getName() - Method in interface org.w3c.dom.html.HTMLParamElement
The name of a run-time parameter.
getName() - Method in interface org.w3c.dom.html.HTMLSelectElement
Form control or object name when submitted with a form.
getName() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
Form control or object name when submitted with a form.
getName(int) - Method in interface org.w3c.dom.NameList
Returns the indexth name item in the collection.
getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNamespaceURI(int) - Method in interface org.w3c.dom.NameList
Returns the indexth namespaceURI item in the collection.
getNamespaceURI() - Method in interface org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified (see ).
getNewDocument() - Method in interface org.w3c.dom.ls.LSLoadEvent
The document that finished loading.
getNewLine() - Method in interface org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
getNewValue() - Method in interface org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNoHref() - Method in interface org.w3c.dom.html.HTMLAreaElement
Specifies that this area is inactive, i.e., has no associated action.
getNoResize() - Method in interface org.w3c.dom.html.HTMLFrameElement
When true, forbid user from resizing frame.
getNoShade() - Method in interface org.w3c.dom.html.HTMLHRElement
Indicates to the user agent that there should be no shading in the rendering of this element.
getNotationName() - Method in interface org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getNoWrap() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Suppress word wrapping.
getObject() - Method in interface org.w3c.dom.html.HTMLAppletElement
Serialized applet file.
getOptions() - Method in interface org.w3c.dom.html.HTMLSelectElement
The collection of OPTION elements contained by this element.
getOrphans() - Method in interface org.w3c.dom.css.CSS2Properties
See the orphans property definition in CSS2.
getOutline() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline property definition in CSS2.
getOutlineColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-color property definition in CSS2.
getOutlineStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-style property definition in CSS2.
getOutlineWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-width property definition in CSS2.
getOverflow() - Method in interface org.w3c.dom.css.CSS2Properties
See the overflow property definition in CSS2.
getOverrideStyle(Element, String) - Method in interface org.w3c.dom.css.DocumentCSS
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - Method in interface org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
getOwnerNode() - Method in interface org.w3c.dom.stylesheets.StyleSheet
The node that associates this style sheet with the document.
getOwnerRule() - Method in interface org.w3c.dom.css.CSSStyleSheet
If this style sheet comes from an @import rule, the ownerRule attribute will contain the CSSImportRule.
getPadding() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding property definition in CSS2.
getPaddingBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-bottom property definition in CSS2.
getPaddingLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-left property definition in CSS2.
getPaddingRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-right property definition in CSS2.
getPaddingTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-top property definition in CSS2.
getPage() - Method in interface org.w3c.dom.css.CSS2Properties
See the page property definition in CSS2.
getPageBreakAfter() - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-after property definition in CSS2.
getPageBreakBefore() - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-before property definition in CSS2.
getPageBreakInside() - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-inside property definition in CSS2.
getParameter(String) - Method in interface org.w3c.dom.DOMConfiguration
Return the value of a parameter if known.
getParameterNames() - Method in interface org.w3c.dom.DOMConfiguration
The list of the parameters supported by this DOMConfiguration object and for which at least one value can be set by the application.
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParentRule() - Method in interface org.w3c.dom.css.CSSRule
If this rule is contained inside another rule (e.g.
getParentRule() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
The CSS rule that contains this declaration block or null if this CSSStyleDeclaration is not attached to a CSSRule.
getParentStyleSheet() - Method in interface org.w3c.dom.css.CSSRule
The style sheet that contains this rule.
getParentStyleSheet() - Method in interface org.w3c.dom.stylesheets.StyleSheet
For style sheet languages that support the concept of style sheet inclusion, this attribute represents the including style sheet, if one exists.
getPause() - Method in interface org.w3c.dom.css.CSS2Properties
See the pause property definition in CSS2.
getPauseAfter() - Method in interface org.w3c.dom.css.CSS2Properties
See the pause-after property definition in CSS2.
getPauseBefore() - Method in interface org.w3c.dom.css.CSS2Properties
See the pause-before property definition in CSS2.
getPitch() - Method in interface org.w3c.dom.css.CSS2Properties
See the pitch property definition in CSS2.
getPitchRange() - Method in interface org.w3c.dom.css.CSS2Properties
See the pitch-range property definition in CSS2.
getPlayDuring() - Method in interface org.w3c.dom.css.CSS2Properties
See the play-during property definition in CSS2.
getPosition() - Method in interface org.w3c.dom.css.CSS2Properties
See the position property definition in CSS2.
getPosition() - Method in interface org.w3c.dom.ls.LSProgressEvent
The current position in the input source, including all external entities and other resources that have been read.
getPrefix() - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getPrevValue() - Method in interface org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getPrimitiveType() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
The type of the value as defined by the constants specified above.
getProfile() - Method in interface org.w3c.dom.html.HTMLHeadElement
URI designating a metadata profile.
getPrompt() - Method in interface org.w3c.dom.html.HTMLIsIndexElement
The prompt message.
getPropertyCSSValue(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block.
getPropertyPriority(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the priority of a CSS property (e.g.
getPropertyValue(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
getPublicId() - Method in interface org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity if specified, and null otherwise.
getPublicId() - Method in interface org.w3c.dom.ls.LSInput
The public identifier for this input source.
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getQuotes() - Method in interface org.w3c.dom.css.CSS2Properties
See the quotes property definition in CSS2.
getReadOnly() - Method in interface org.w3c.dom.html.HTMLInputElement
This control is read-only.
getReadOnly() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
This control is read-only.
getRectValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the Rect value.
getRed() - Method in interface org.w3c.dom.css.RGBColor
This attribute is used for the red value of the RGB color.
getReferrer() - Method in interface org.w3c.dom.html.HTMLDocument
Returns the URI of the page that linked to this page.
getRel() - Method in interface org.w3c.dom.html.HTMLAnchorElement
Forward link type.
getRel() - Method in interface org.w3c.dom.html.HTMLLinkElement
Forward link type.
getRelatedData() - Method in interface org.w3c.dom.DOMError
The related DOMError.type dependent data if any.
getRelatedException() - Method in interface org.w3c.dom.DOMError
The related platform dependent exception if any.
getRelatedNode() - Method in interface org.w3c.dom.DOMLocator
The node this locator is pointing to, or null if no node is available.
getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getRelatedTarget() - Method in interface org.w3c.dom.events.MouseEvent
Used to identify a secondary EventTarget related to a UI event.
getRev() - Method in interface org.w3c.dom.html.HTMLAnchorElement
Reverse link type.
getRev() - Method in interface org.w3c.dom.html.HTMLLinkElement
Reverse link type.
getRGBColorValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the RGB color.
getRichness() - Method in interface org.w3c.dom.css.CSS2Properties
See the richness property definition in CSS2.
getRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the right property definition in CSS2.
getRight() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the right of the rect.
getRoot() - Method in interface org.w3c.dom.traversal.NodeIterator
The root node of the NodeIterator, as specified when it was created.
getRoot() - Method in interface org.w3c.dom.traversal.TreeWalker
The root node of the TreeWalker, as specified when it was created.
getRowIndex() - Method in interface org.w3c.dom.html.HTMLTableRowElement
The index of this row, relative to the entire table, starting from 0.
getRows() - Method in interface org.w3c.dom.html.HTMLFrameSetElement
The number of rows of frames in the frameset.
getRows() - Method in interface org.w3c.dom.html.HTMLTableElement
Returns a collection of all the rows in the table, including all in THEAD , TFOOT , all TBODY elements.
getRows() - Method in interface org.w3c.dom.html.HTMLTableSectionElement
The collection of rows in this table section.
getRows() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
Number of text rows.
getRowSpan() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Number of rows spanned by cell.
getRules() - Method in interface org.w3c.dom.html.HTMLTableElement
Specifies which internal table borders to render.
getSchemaTypeInfo() - Method in interface org.w3c.dom.Attr
The type information associated with this attribute.
getSchemaTypeInfo() - Method in interface org.w3c.dom.Element
The type information associated with this element.
getScheme() - Method in interface org.w3c.dom.html.HTMLMetaElement
Select form of content.
getScope() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Scope covered by header cells.
getScreenX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScrolling() - Method in interface org.w3c.dom.html.HTMLFrameElement
Specify whether or not the frame should have scrollbars.
getScrolling() - Method in interface org.w3c.dom.html.HTMLIFrameElement
Specify whether or not the frame should have scrollbars.
getSectionRowIndex() - Method in interface org.w3c.dom.html.HTMLTableRowElement
The index of this row, relative to the current section ( THEAD , TFOOT , or TBODY ), starting from 0.
getSelected() - Method in interface org.w3c.dom.html.HTMLOptionElement
Represents the current state of the corresponding form control, in an interactive user agent.
getSelectedIndex() - Method in interface org.w3c.dom.html.HTMLSelectElement
The ordinal index of the selected option, starting from 0.
getSelectorText() - Method in interface org.w3c.dom.css.CSSPageRule
The parsable textual representation of the page selector for the rule.
getSelectorText() - Method in interface org.w3c.dom.css.CSSStyleRule
The textual representation of the selector for the rule set.
getSeparator() - Method in interface org.w3c.dom.css.Counter
This attribute is used for the separator of the nested counters.
getService(Object) - Static method in class com.sun.java.browser.dom.DOMService
Returns new instance of a DOMService.
getSeverity() - Method in interface org.w3c.dom.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getShape() - Method in interface org.w3c.dom.html.HTMLAnchorElement
The shape of the active area.
getShape() - Method in interface org.w3c.dom.html.HTMLAreaElement
The shape of the active area.
getSheet() - Method in interface org.w3c.dom.stylesheets.LinkStyle
The style sheet.
getShiftKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'shift' key was depressed during the firing of the event.
getSize() - Method in interface org.w3c.dom.css.CSS2Properties
See the size property definition in CSS2.
getSize() - Method in interface org.w3c.dom.html.HTMLBaseFontElement
Font size.
getSize() - Method in interface org.w3c.dom.html.HTMLFontElement
Font size.
getSize() - Method in interface org.w3c.dom.html.HTMLHRElement
The height of the rule.
getSize() - Method in interface org.w3c.dom.html.HTMLInputElement
Size information.
getSize() - Method in interface org.w3c.dom.html.HTMLSelectElement
Number of visible rows.
getSpan() - Method in interface org.w3c.dom.html.HTMLTableColElement
Indicates the number of columns in a group or affected by a grouping.
getSpeak() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak property definition in CSS2.
getSpeakHeader() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-header property definition in CSS2.
getSpeakNumeral() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-numeral property definition in CSS2.
getSpeakPunctuation() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-punctuation property definition in CSS2.
getSpecified() - Method in interface org.w3c.dom.Attr
True if this attribute was explicitly given a value in the instance document, false otherwise.
getSpeechRate() - Method in interface org.w3c.dom.css.CSS2Properties
See the speech-rate property definition in CSS2.
getSrc() - Method in interface org.w3c.dom.html.HTMLFrameElement
A URI designating the initial frame contents.
getSrc() - Method in interface org.w3c.dom.html.HTMLIFrameElement
A URI designating the initial frame contents.
getSrc() - Method in interface org.w3c.dom.html.HTMLImageElement
URI designating the source of this image.
getSrc() - Method in interface org.w3c.dom.html.HTMLInputElement
When the type attribute has the value "Image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
getSrc() - Method in interface org.w3c.dom.html.HTMLScriptElement
URI designating an external script.
getStandby() - Method in interface org.w3c.dom.html.HTMLObjectElement
Message to render while loading the object.
getStart() - Method in interface org.w3c.dom.html.HTMLOListElement
Starting sequence number.
getStartContainer() - Method in interface org.w3c.dom.ranges.Range
Node within which the Range begins
getStartOffset() - Method in interface org.w3c.dom.ranges.Range
Offset within the starting node of the Range.
getStress() - Method in interface org.w3c.dom.css.CSS2Properties
See the stress property definition in CSS2.
getStrictErrorChecking() - Method in interface org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
getStringData() - Method in interface org.w3c.dom.ls.LSInput
String data to parse.
getStringValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the string value.
getStyle() - Method in interface org.w3c.dom.css.CSSFontFaceRule
The declaration-block of this rule.
getStyle() - Method in interface org.w3c.dom.css.CSSPageRule
The declaration-block of this rule.
getStyle() - Method in interface org.w3c.dom.css.CSSStyleRule
The declaration-block of this rule set.
getStyle() - Method in interface org.w3c.dom.css.ElementCSSInlineStyle
The style attribute.
getStyleSheet() - Method in interface org.w3c.dom.css.CSSImportRule
The style sheet referred to by this rule, if it has been loaded.
getStyleSheets() - Method in interface org.w3c.dom.stylesheets.DocumentStyle
A list containing all the style sheets explicitly linked into or embedded in a document.
getSummary() - Method in interface org.w3c.dom.html.HTMLTableElement
Description about the purpose or structure of a table.
getSystemId() - Method in interface org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity if specified, and null otherwise.
getSystemId() - Method in interface org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
getSystemId() - Method in interface org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getTabIndex() - Method in interface org.w3c.dom.html.HTMLAnchorElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html.HTMLAreaElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html.HTMLButtonElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html.HTMLInputElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html.HTMLObjectElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html.HTMLSelectElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
Index that represents the element's position in the tabbing order.
getTableLayout() - Method in interface org.w3c.dom.css.CSS2Properties
See the table-layout property definition in CSS2.
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget to which the event was originally dispatched.
getTarget() - Method in interface org.w3c.dom.html.HTMLAnchorElement
Frame to render the resource in.
getTarget() - Method in interface org.w3c.dom.html.HTMLAreaElement
Frame to render the resource in.
getTarget() - Method in interface org.w3c.dom.html.HTMLBaseElement
The default target frame.
getTarget() - Method in interface org.w3c.dom.html.HTMLFormElement
Frame to render the resource in.
getTarget() - Method in interface org.w3c.dom.html.HTMLLinkElement
Frame to render the resource in.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTBodies() - Method in interface org.w3c.dom.html.HTMLTableElement
Returns a collection of the defined table bodies.
getText() - Method in interface org.w3c.dom.html.HTMLBodyElement
Document text color.
getText() - Method in interface org.w3c.dom.html.HTMLOptionElement
The text contained within the option element.
getText() - Method in interface org.w3c.dom.html.HTMLScriptElement
The script content of the element.
getText() - Method in interface org.w3c.dom.html.HTMLTitleElement
The specified title as a string.
getTextAlign() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-align property definition in CSS2.
getTextContent() - Method in interface org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
getTextDecoration() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-decoration property definition in CSS2.
getTextIndent() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-indent property definition in CSS2.
getTextShadow() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-shadow property definition in CSS2.
getTextTransform() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-transform property definition in CSS2.
getTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
Returns the table's TFOOT , or null if none exists.
getTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
Returns the table's THEAD , or null if none exists.
getTimeStamp() - Method in interface org.w3c.dom.events.Event
Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
getTitle() - Method in interface org.w3c.dom.html.HTMLDocument
The title of a document as specified by the TITLE element in the head of the document.
getTitle() - Method in interface org.w3c.dom.html.HTMLElement
The element's advisory title.
getTitle() - Method in interface org.w3c.dom.stylesheets.StyleSheet
The advisory title.
getTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the top property definition in CSS2.
getTop() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the top of the rect.
getTotalSize() - Method in interface org.w3c.dom.ls.LSProgressEvent
The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
getType() - Method in interface org.w3c.dom.css.CSSRule
The type of the rule, as defined above.
getType() - Method in interface org.w3c.dom.DOMError
A DOMString indicating which related data is expected in relatedData.
getType() - Method in interface org.w3c.dom.events.Event
The name of the event (case-insensitive).
getType() - Method in interface org.w3c.dom.html.HTMLAnchorElement
Advisory content type.
getType() - Method in interface org.w3c.dom.html.HTMLButtonElement
The type of button.
getType() - Method in interface org.w3c.dom.html.HTMLInputElement
The type of control created.
getType() - Method in interface org.w3c.dom.html.HTMLLIElement
List item bullet style.
getType() - Method in interface org.w3c.dom.html.HTMLLinkElement
Advisory content type.
getType() - Method in interface org.w3c.dom.html.HTMLObjectElement
Content type for data downloaded via data attribute.
getType() - Method in interface org.w3c.dom.html.HTMLOListElement
Numbering style.
getType() - Method in interface org.w3c.dom.html.HTMLParamElement
Content type for the value attribute when valuetype has the value "ref".
getType() - Method in interface org.w3c.dom.html.HTMLScriptElement
The content type of the script language.
getType() - Method in interface org.w3c.dom.html.HTMLSelectElement
The type of this form control.
getType() - Method in interface org.w3c.dom.html.HTMLStyleElement
The content type pf the style sheet language.
getType() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
The type of this form control.
getType() - Method in interface org.w3c.dom.html.HTMLUListElement
Bullet style.
getType() - Method in interface org.w3c.dom.stylesheets.StyleSheet
This specifies the style sheet language for this style sheet.
getTypeName() - Method in interface org.w3c.dom.TypeInfo
The name of a type declared for the associated element or attribute, or null if unknown.
getTypeNamespace() - Method in interface org.w3c.dom.TypeInfo
The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.
getUnicodeBidi() - Method in interface org.w3c.dom.css.CSS2Properties
See the unicode-bidi property definition in CSS2.
getUri() - Method in interface org.w3c.dom.DOMLocator
The URI this locator is pointing to, or null if no URI is available.
getURL() - Method in interface org.w3c.dom.html.HTMLDocument
The complete URI of the document.
getUseMap() - Method in interface org.w3c.dom.html.HTMLImageElement
Use client-side image map.
getUseMap() - Method in interface org.w3c.dom.html.HTMLInputElement
Use client-side image map.
getUseMap() - Method in interface org.w3c.dom.html.HTMLObjectElement
Use client-side image map.
getUserData(String) - Method in interface org.w3c.dom.Node
Retrieves the object associated to a key on a this node.
getUtf16Offset() - Method in interface org.w3c.dom.DOMLocator
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
getVAlign() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Vertical alignment of data in cell.
getVAlign() - Method in interface org.w3c.dom.html.HTMLTableColElement
Vertical alignment of cell data in column.
getVAlign() - Method in interface org.w3c.dom.html.HTMLTableRowElement
Vertical alignment of data within cells of this row.
getVAlign() - Method in interface org.w3c.dom.html.HTMLTableSectionElement
Vertical alignment of data in cells.
getValue() - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue() - Method in interface org.w3c.dom.html.HTMLButtonElement
The current form control value.
getValue() - Method in interface org.w3c.dom.html.HTMLInputElement
When the type attribute of the element has the value "Text", "File" or "Password", this represents the current contents of the corresponding form control, in an interactive user agent.
getValue() - Method in interface org.w3c.dom.html.HTMLLIElement
Reset sequence number when used in OL .
getValue() - Method in interface org.w3c.dom.html.HTMLOptionElement
The current form control value.
getValue() - Method in interface org.w3c.dom.html.HTMLParamElement
The value of a run-time parameter.
getValue() - Method in interface org.w3c.dom.html.HTMLSelectElement
The current form control value.
getValue() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
Represents the current contents of the corresponding form control, in an interactive user agent.
getValueType() - Method in interface org.w3c.dom.html.HTMLParamElement
Information about the meaning of the value attribute value.
getVersion() - Method in interface org.w3c.dom.html.HTMLHtmlElement
Version information about the document's DTD.
getVerticalAlign() - Method in interface org.w3c.dom.css.CSS2Properties
See the vertical-align property definition in CSS2.
getView() - Method in interface org.w3c.dom.events.UIEvent
The view attribute identifies the AbstractView from which the event was generated.
getVisibility() - Method in interface org.w3c.dom.css.CSS2Properties
See the visibility property definition in CSS2.
getVLink() - Method in interface org.w3c.dom.html.HTMLBodyElement
Color of links that have been visited by the user.
getVoiceFamily() - Method in interface org.w3c.dom.css.CSS2Properties
See the voice-family property definition in CSS2.
getVolume() - Method in interface org.w3c.dom.css.CSS2Properties
See the volume property definition in CSS2.
getVspace() - Method in interface org.w3c.dom.html.HTMLAppletElement
Vertical space above and below this image, applet, or object.
getVspace() - Method in interface org.w3c.dom.html.HTMLImageElement
Vertical space above and below this image.
getVspace() - Method in interface org.w3c.dom.html.HTMLObjectElement
Vertical space above and below this image, applet, or object.
getWhatToShow() - Method in interface org.w3c.dom.ls.LSParserFilter
Tells the LSParser what types of nodes to show to the method LSParserFilter.acceptNode.
getWhatToShow() - Method in interface org.w3c.dom.ls.LSSerializerFilter
Tells the LSSerializer what types of nodes to show to the filter.
getWhatToShow() - Method in interface org.w3c.dom.traversal.NodeIterator
This attribute determines which node types are presented via the NodeIterator.
getWhatToShow() - Method in interface org.w3c.dom.traversal.TreeWalker
This attribute determines which node types are presented via the TreeWalker.
getWhiteSpace() - Method in interface org.w3c.dom.css.CSS2Properties
See the white-space property definition in CSS2.
getWholeText() - Method in interface org.w3c.dom.Text
Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
getWidows() - Method in interface org.w3c.dom.css.CSS2Properties
See the widows property definition in CSS2.
getWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the width property definition in CSS2.
getWidth() - Method in interface org.w3c.dom.html.HTMLAppletElement
Override width.
getWidth() - Method in interface org.w3c.dom.html.HTMLHRElement
The width of the rule.
getWidth() - Method in interface org.w3c.dom.html.HTMLIFrameElement
Frame width.
getWidth() - Method in interface org.w3c.dom.html.HTMLImageElement
Override width.
getWidth() - Method in interface org.w3c.dom.html.HTMLObjectElement
Override width.
getWidth() - Method in interface org.w3c.dom.html.HTMLPreElement
Fixed width for content.
getWidth() - Method in interface org.w3c.dom.html.HTMLTableCellElement
Cell width.
getWidth() - Method in interface org.w3c.dom.html.HTMLTableColElement
Default column width.
getWidth() - Method in interface org.w3c.dom.html.HTMLTableElement
Specifies the desired table width.
getWordSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
See the word-spacing property definition in CSS2.
getXmlEncoding() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXmlEncoding() - Method in interface org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
getXmlStandalone() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXmlVersion() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
getXmlVersion() - Method in interface org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
getZIndex() - Method in interface org.w3c.dom.css.CSS2Properties
See the z-index property definition in CSS2.

Common DOM API
A B C D E F G H I L M N O P R S T U V W
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2008 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.