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 |
Element — class, package dom.core |
|
The Element interface represents an element in an HTML or XML document. |
ElementCSSInlineStyle — Interface, package dom.style.css |
|
Inline style information attached to elements is exposed through the style attribute. |
ElementEditVAL — Interface, package dom.validation |
|
This interface also has attributes that are a NameList of elements or attributes which can appear in the specified context. |
elementFromPoint(x:Number, y:Number) — method, interface cssom.view.DocumentView |
|
Returns the element from the document whose elementFromPoint method is being called which is the
topmost element which lies under the given point. |
elementFromPoint(x:Number, y:Number) — method, class dom.core.Document |
|
Returns the element from the document whose elementFromPoint method is being called which is the
topmost element which lies under the given point. |
ELEMENT_NODE — Constant Static Property, class dom.core.Node |
|
The node is an Element. |
elements — Property, class dom.html.HTMLFormElement |
|
Returns a collection of all form control elements in the form. |
elementtraversal — package |
| |
ElementTraversal — Interface, package elementtraversal |
|
Allows script navigation of the elements of a DOM tree, excluding all other nodes in the DOM, such
as text nodes. |
ElementView — Interface, package cssom.view |
|
Has properties and methods that give information about the dimensions of an Element node (HTML tag). |
elevation — Property, interface dom.style.css.CSS2Properties |
| |
embeds — Property, class dom.html.HTMLDocument |
|
Retrieves a collection of all embed objects in the document. |
emptyCells — Property, interface dom.style.css.CSS2Properties |
| |
enabledPlugin — Property, class dom.objects.MimeType |
|
Reference to the Plugin object configured for the MIME type. |
enableExternalCapture() — method, class dom.Window |
|
Undocumented
|
enableSmartCardEvents — Property, class dom.objects.Crypto |
|
To enable your document to receive these events, you must first tell the crypto system you are interested. |
enableStylesheetsForSet(name:dom.core.types:DOMString) — method, class dom.core.Document |
|
Invoking this method must change the disabled attribute on each StyleSheet object with a title in the
styleSheets attribute, so that all those whose title matches the name argument are enabled, and all others
are disabled. |
enableStylesheetsForSet(name:dom.core.types:DOMString) — method, interface dom.style.stylesheets.DocumentStyle |
|
Invoking this method must change the disabled attribute on each StyleSheet object with a title in the
styleSheets attribute, so that all those whose title matches the name argument are enabled, and all others
are disabled. |
encoding — Property, interface dom.loadsave.LSInput |
| |
encoding — Property, interface dom.loadsave.LSOutput |
| |
encoding — Property, class dom.style.css.CSSCharsetRule |
|
The encoding information used in this @charset rule. |
enctype — Property, class dom.html.HTMLFormElement |
|
The content type of the submitted form, generally
"application/x-www-form-urlencoded". |
endContainer — Property, class dom.tr.range.Range |
|
Node within which the Range ends
|
endOffset — Property, class dom.tr.range.Range |
|
Offset within the ending node of the Range. |
END_TO_END — Constant Static Property, class dom.tr.range.Range |
|
Compare end boundary-point of sourceRange to end boundary-point of Range on which
compareBoundaryPoints is invoked. |
END_TO_START — Constant Static Property, class dom.tr.range.Range |
|
Compare end boundary-point of sourceRange to start boundary-point of Range on which
compareBoundaryPoints is invoked. |
entities — Property, class dom.core.DocumentType |
|
A NamedNodeMap containing the general entities, both external and internal,
declared in the DTD. |
Entity — class, package dom.core |
|
This interface represents a known entity, either parsed or unparsed, in
an XML document. |
ENTITY_NODE — Constant Static Property, class dom.core.Node |
|
The node is an Entity. |
EntityReference — class, package dom.core |
|
Read-only reference to an entity reference in the DOM tree. |
ENTITY_REFERENCE_NODE — Constant Static Property, class dom.core.Node |
|
The node is an EntityReference. |
enumeratedValues — Property, interface dom.validation.NodeEditVAL |
|
A DOMStringList, as described in DOM Level 3 Core, of distinct values for an attribute or an element declaration or
null if unspecified. |
equals(other:dom.core.types:DOMString) — method, class gecko.nsIURI |
|
Compares the current URI with another URI, returning true if the two
represent the same location. |
error — Event, class dom.core.Element |
|
A resource failed to load, or has been loaded but cannot be interpreted
according to its semantics such as an invalid image, a script execution
error, or non-well-formed XML. |
error — Constant Static Property, class dom.events.Event |
|
A resource failed to load, or has been loaded but cannot be interpreted according to its semantics
such as an invalid image, a script execution error, or non-well-formed XML. |
error — Constant Static Property, class dom.events.UIEvent |
|
A resource failed to load, or has been loaded but cannot be interpreted according to its semantics
such as an invalid image, a script execution error, or non-well-formed XML. |
escape(regular:dom.core.types:DOMString) — method, class dom.Window |
|
DOM Level 0
Encodes a string, replacing certain characters with a hexadecimal escape sequence. |
evaluate(expression:dom.core.types:DOMString, contextNode:dom.core:Node, resolver:dom.xpath:XPathNSResolver, type:Number, result:dom.core.types:DOMObject) — method, class dom.html.HTMLDocument |
|
Evaluates an XPath expression string and returns a result of the specified type if possible. |
evaluate(expression:dom.core.types:DOMString, contextNode:dom.core:Node, resolver:dom.xpath:XPathNSResolver, type:Number, result:dom.core.types:DOMObject) — method, interface dom.xpath.XPathEvaluator |
|
Evaluates an XPath expression string and returns a result of the specified type if possible. |
evaluate(expression:dom.core.types:DOMString, contextNode:dom.core:Node, resolver:dom.xpath:XPathNSResolver, type:Number, result:dom.core.types:DOMObject) — method, interface dom.xpath.XPathExpression |
|
Evaluates this XPath expression and returns a result. |
event — Property, class dom.html.HTMLScriptElement |
|
Reserved for future use. |
Event — class, package dom.events |
|
The Event interface is used to provide contextual information about an
event to the listener processing the event. |
EventException — Interface, package dom.events |
|
Event operations may throw an EventException as specified in their method descriptions. |
EventExceptionCode — class, package dom.events |
|
An integer indicating the type of error generated. |
EventGroup — Interface, package dom.events |
|
The EventGroup interface functions primarily as a placeholder for separating the event flows when there
are multiple groups of listeners for a DOM tree. |
EventListener — Interface, package dom.events |
|
The EventListener interface is the primary way for handling events. |
eventPhase — Property, class dom.events.Event |
|
Used to indicate which phase of event flow is currently being accomplished. |
EventTarget — Interface, package dom.events |
|
The EventTarget interface is implemented by all the objects which could be
event targets in an implementation which supports an event flow. |
EventTargetGroup — Interface, package dom.events |
|
The EventTargetGroup interface is implemented by the same set of objects that implement the EventTarget
interface, namely all EventTargets in in implementation which supports the Event model and the EventGroup extension. |
ExceptionCode — class, package dom.core |
|
An integer indicating the type of error generated. |
ExceptionVAL — Interface, package dom.validation |
|
Some Validation operations may throw an ExceptionVAL as described in their descriptions. |
ExceptionVALCode — class, package dom.validation |
|
An integer indicating the type of error generated. |
execCommand(aCommandName:dom.core.types:DOMString, aShowDefaultUI:Boolean, aValueArgument:dom.core.types:DOMString) — method, class dom.html.HTMLDocument |
|
When an HTML document has been switched to designMode, the document object exposes the execCommand
method which allows one to run commands to manipulate the contents of the editable region. |
execCommandShowHelp(aCommandName:dom.core.types:DOMString) — method, class dom.html.HTMLDocument |
|
Displays help information for the given command identifier. |
expandEntityReferences — Property, interface dom.tr.traversal.NodeIterator |
|
Returns a flag indicating whether or not the children of entity reference nodes are visible to the NodeIterator. |
expandEntityReferences — Property, interface dom.tr.traversal.TreeWalker |
|
The value of this flag determines whether the children of entity reference nodes are visible to the TreeWalker. |
expando — Property, class dom.core.Attr |
|
Sets or retrieves a value indicating whether arbitrary variables can be created within the object. |
expando — Property, class dom.html.HTMLDocument |
|
Sets or retrieves a value indicating whether arbitrary variables can be created within the object. |
explicitOriginalTarget — Property, class dom.events.Event |
|
The explicit original target of the event. |
extend(parentNode:dom.core:Node, offset:Number) — method, class dom.objects.Selection |
|
Moves the focus of the selection to a specified point. |
extractContents() — method, class dom.tr.range.Range |
|
Moves the contents of a Range from the containing document or document fragment to a new DocumentFragment. |
|
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 |