A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
label — Property, class dom.html.HTMLOptGroupElement |
|
Assigns a label to this option group. |
label — Property, class dom.html.HTMLOptionElement |
|
Option label for use in hierarchical menus. |
lang — Property, class dom.html.HTMLElement |
|
This property gets or sets the base language of an element's attribute
values and text content. |
language — Property, class dom.objects.Navigator |
|
Returns a string representing the language version of the browser. |
lastChild — Property, class dom.core.Node |
|
Returns the last child of a node. |
lastChild() — method, interface dom.tr.traversal.TreeWalker |
|
Moves the TreeWalker to the last visible child of the current node, and returns the new node. |
lastElementChild — Property, class dom.core.Element |
|
Returns the last child element node of this element. |
lastElementChild — Property, interface elementtraversal.ElementTraversal |
|
Returns the last child element node of this element. |
lastEventId — Property, class dom.events.MessageEvent |
|
Returns the last event ID, for server-sent events. |
lastModified — Property, class dom.html.HTMLDocument |
|
Returns a string containing the date and time on which the current document was last modified, in the form "MM/DD/YY hh:mm:ss". |
lastStyleSheetSet — Property, class dom.core.Document |
|
This attribute must initially have the value null. |
lastStyleSheetSet — Property, interface dom.style.stylesheets.DocumentStyle |
|
This attribute must initially have the value null. |
layerX — Property, class dom.events.UIEvent |
|
Returns the horizontal coordinate of the event relative to the current layer. |
layerY — Property, class dom.events.UIEvent |
|
Returns the vertical coordinate of the event relative to the current layer. |
left — Property, interface cssom.view.TextRectangle |
|
Returns the distance between the left of the viewport and the left
of the rectangle box as number of CSS pixels. |
left — Property, interface dom.style.css.CSS2Properties |
| |
left — Property, class dom.style.css.Rect |
|
This attribute is used for the left of the rect. |
length — Property, interface cssom.view.TextRectangleList |
|
Returns the total number of TextRectangle objects associated with the object. |
length — Property, class dom.Window |
|
DOM Level 0
Returns the number of frames (either frame or iframe elements) in the window. |
length — Property, class dom.core.CharacterData |
|
The number of 16-bit units that are available through data and the
substringData method below. |
length — Property, interface dom.core.DOMImplementationList |
|
The number of DOMImplementations in the list. |
length — Property, interface dom.core.DOMStringList |
|
The number of DOMStrings in the list. |
length — Property, interface dom.core.NameList |
|
The number of pairs (name and namespaceURI) in the list. |
length — Property, interface dom.core.NamedNodeMap |
|
The number of nodes in this map. |
length — Property, interface dom.core.NodeList |
|
The number of nodes in the list. |
length — Property, class dom.html.HTMLFormElement |
|
The number of form controls in the form. |
length — Property, class dom.html.HTMLSelectElement |
|
Modified in DOM Level 2
The number of options in this SELECT. |
length — Property, class dom.html.objects.HTMLCollection |
|
This attribute specifies the length or size of the list. |
length — Property, class dom.html.objects.HTMLOptionsCollection |
|
This attribute specifies the length or size of the list. |
length — Property, class dom.objects.History |
|
Returns the number of elements in the session history, including the currently loaded page. |
length — Property, class dom.objects.MimeTypeArray |
|
The number of MimeTypes in the array. |
length — Property, class dom.objects.Plugin |
|
Number of elements in the plug-in's array of MimeType objects. |
length — Property, class dom.objects.PluginArray |
|
The number of Plugins in the array. |
length — Property, class dom.style.css.CSSRuleList |
|
The number of CSSRules in the list. |
length — Property, class dom.style.css.CSSStyleDeclaration |
|
The number of properties that have been explicitly set in this declaration block. |
length — Property, class dom.style.css.CSSValueList |
|
The number of CSSValues in the list. |
length — Property, class dom.style.stylesheets.MediaList |
|
The number of media in the list. |
length — Property, class dom.style.stylesheets.StyleSheetList |
|
The number of StyleSheets in the list. |
length — Property, interface webstorage.Storage |
|
Returns the number of key/value pairs currently present in the list associated with the object. |
letterSpacing — Property, interface dom.style.css.CSS2Properties |
| |
lineHeight — Property, interface dom.style.css.CSS2Properties |
| |
lineNumber — Property, interface dom.core.DOMLocator |
|
The line number this locator is pointing to, or -1 if there is no
column number available. |
link — Property, class dom.html.HTMLBodyElement |
|
Color of links that are not active and unvisited. |
linkColor — Property, class dom.html.HTMLDocument |
|
Gets/sets the color of links within the document. |
links — Property, class dom.html.HTMLDocument |
|
A collection of all AREA elements and anchor (A) elements in a document
with a value for the href attribute. |
LinkStyle — class, package dom.style.stylesheets |
|
The LinkStyle interface provides a mechanism by which a style sheet can be retrieved from the node responsible
for linking it into a document. |
listStyle — Property, interface dom.style.css.CSS2Properties |
| |
listStyle — Property, class dom.style.css.Counter |
|
This attribute is used for the style of the list. |
listStyleImage — Property, interface dom.style.css.CSS2Properties |
| |
listStylePosition — Property, interface dom.style.css.CSS2Properties |
| |
listStyleType — Property, interface dom.style.css.CSS2Properties |
| |
load — Event, class dom.core.Document |
|
The DOM Implementation finishes loading the resource (such as the
document) and any dependent resources (such as images, style sheets,
or scripts). |
load(uri:dom.core.types:DOMString) — method, class dom.core.Document |
|
Replaces the content of the document with the result of parsing the given URI. |
load — Event, class dom.core.Element |
|
The DOM Implementation finishes loading the resource (such as the
document) and any dependent resources (such as images, style sheets,
or scripts). |
load — Constant Static Property, class dom.events.Event |
|
The DOM Implementation finishes loading the resource (such as the document) and any dependent resources
(such as images, style sheets, or scripts). |
load — Constant Static Property, class dom.events.UIEvent |
|
The DOM Implementation finishes loading the resource (such as the document) and any dependent resources
(such as images, style sheets, or scripts). |
load(uri:dom.core.types:DOMString) — method, interface dom.loadsave.DocumentLS |
|
Replaces the content of the document with the result of parsing the given URI. |
loadXML(source:dom.core.types:DOMString) — method, class dom.core.Document |
|
Replace the content of the document with the result of parsing the input string, this method is always synchronous. |
loadXML(source:dom.core.types:DOMString) — method, interface dom.loadsave.DocumentLS |
|
Replace the content of the document with the result of parsing the input string, this method is always synchronous. |
localName — Property, class dom.core.Node |
|
Returns the local part of the qualified name of this node. |
localStorage — Property, class dom.Window |
|
Web Storage
This is a global object that maintains multiple private storage areas
that can be used to hold data over a long period of time (e.g. |
location — Property, class dom.Window |
|
DOM Level 0
Returns a Location object, which contains information about the URL
of the document and provides methods for changing that URL. |
location — Property, class dom.core.DOMError |
|
The location of the error. |
location — Property, class dom.html.HTMLDocument |
|
Returns a Location object, which contains information about the URL of the document and provides
methods for changing that URL. |
Location — class, package dom.objects |
|
Contains information about the URL of the document and provides methods for changing that URL. |
locationbar — Property, class dom.Window |
|
DOM Level 0
Returns the locationbar object, whose visibility can be toggled in the window. |
logout() — method, class dom.objects.Crypto |
|
Undocumented
|
longDesc — Property, class dom.html.HTMLFrameElement |
|
URI designating a long description of this image or frame. |
longDesc — Property, class dom.html.HTMLIFrameElement |
|
URI designating a long description of this image or frame. |
longDesc — Property, class dom.html.HTMLImageElement |
|
URI designating a long description of this image or frame. |
lookupNamespaceURI(prefix:dom.core.types:DOMString) — method, class dom.core.Node |
|
Takes a prefix and returns the namespaceURI associated with it on the
given node if found (and null if not). |
lookupNamespaceURI(prefix:dom.core.types:DOMString) — method, interface dom.xpath.XPathNSResolver |
|
Look up the namespace URI associated to the given namespace prefix. |
lookupPrefix(namespaceURI:dom.core.types:DOMString) — method, class dom.core.Node |
|
Returns the prefix for a given namespaceURI if present, and null if not. |
LSExceptionCode — class, package dom.loadsave |
|
An integer indicating the type of error generated. |
LSInput — Interface, package dom.loadsave |
| |
LSInputStream — class, package dom.loadsave.types |
|
A LSInputStream represents a reference to a byte stream source of an XML input. |
LSLoadEvent — class, package dom.loadsave |
| |
LSOutput — Interface, package dom.loadsave |
| |
LSOutputStream — class, package dom.loadsave.types |
|
A LSOutputStream represents a byte stream destination for the XML output. |
LSParser — class, package dom.loadsave |
|
An interface to an object that is able to build, or augment, a DOM tree from various input sources. |
LSParserFilter — class, package dom.loadsave |
| |
LSProgressEvent — class, package dom.loadsave |
|
This interface represents a progress event object that notifies the application about progress as a document is parsed. |
LSReader — class, package dom.loadsave.types |
|
A LSReader represents a character stream for the XML input. |
LSResourceResolver — Interface, package dom.loadsave |
| |
LSSerializer — Interface, package dom.loadsave |
| |
LSSerializerFilter — class, package dom.loadsave |
| |
LSWriter — class, package dom.loadsave.types |
|
A LSWriter represents a character stream for the XML output. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |