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 |
canAppendChild(newChild:dom.core:Node) — method, interface dom.validation.NodeEditVAL |
|
Determines whether the Node.appendChild operation would make this document not compliant with the VAL_INCOMPLETE validity type. |
canAppendData(arg:dom.core.types:DOMString) — method, interface dom.validation.CharacterDataEditVAL |
|
Determines if character data can be appended. |
cancelable — Property, class dom.events.Event |
|
Indicates whether the event is cancelable or not. |
canDeleteData(offset:Number, count:Number) — method, interface dom.validation.CharacterDataEditVAL |
|
Determines if character data can be deleted. |
canDispatch(namespaceURI:dom.core.types:DOMString, type:dom.core.types:DOMString) — method, class dom.core.Document |
|
Tests if the implementation can generate events of a specified type. |
canDispatch(namespaceURI:dom.core.types:DOMString, type:dom.core.types:DOMString) — method, interface dom.events.DocumentEvent |
|
Tests if the implementation can generate events of a specified type. |
canInsertBefore(newChild:dom.core:Node, refChild:dom.core:Node) — method, interface dom.validation.NodeEditVAL |
|
Determines whether the Node.insertBefore operation would make this document not compliant with the VAL_INCOMPLETE validity type. |
canInsertData(offset:Number, arg:dom.core.types:DOMString) — method, interface dom.validation.CharacterDataEditVAL |
|
Determines if character data can be inserted. |
canRemoveAttribute(attrname:dom.core.types:DOMString) — method, interface dom.validation.ElementEditVAL |
|
Verifies if an attribute by the given name can be removed. |
canRemoveAttributeNode(attrNode:dom.core:Node) — method, interface dom.validation.ElementEditVAL |
|
Determines if an attribute node can be removed. |
canRemoveAttributeNS(namespaceURI:dom.core.types:DOMString, localName:dom.core.types:DOMString) — method, interface dom.validation.ElementEditVAL |
|
Verifies if an attribute by the given local name and namespace can be removed. |
canRemoveChild(oldChild:dom.core:Node) — method, interface dom.validation.NodeEditVAL |
|
Determines whether the Node.removeChild operation would make this document not compliant with the VAL_INCOMPLETE validity type. |
canReplaceChild(newChild:dom.core:Node, oldChild:dom.core:Node) — method, interface dom.validation.NodeEditVAL |
|
Determines whether the Node.replaceChild operation would make this document not compliant with the VAL_INCOMPLETE validity type. |
canReplaceData(offset:Number, count:Number, arg:dom.core.types:DOMString) — method, interface dom.validation.CharacterDataEditVAL |
|
Determines if character data can be replaced. |
canSetAttribute(attrname:dom.core.types:DOMString, attrval:dom.core.types:DOMString) — method, interface dom.validation.ElementEditVAL |
|
Determines if the value for specified attribute can be set. |
canSetAttributeNode(attrNode:dom.core:Attr) — method, interface dom.validation.ElementEditVAL |
|
Determines if an attribute node can be added. |
canSetAttributeNS(namespaceURI:dom.core.types:DOMString, qualifiedName:dom.core.types:DOMString, value:dom.core.types:DOMString) — method, interface dom.validation.ElementEditVAL |
|
Determines if the attribute with given namespace and qualified name can be created if not already present in the attribute list
of the element. |
canSetData(arg:dom.core.types:DOMString) — method, interface dom.validation.CharacterDataEditVAL |
|
Determines if character data can be set. |
canSetParameter(name:dom.core.types:DOMString, value:dom.core.types:DOMUserData) — method, interface dom.core.DOMConfiguration |
|
Check if setting a parameter to a specific value is supported. |
canSetTextContent(possibleTextContent:dom.core.types:DOMString) — method, interface dom.validation.ElementEditVAL |
|
Determines if the text content of this node and its descendants can be set to the string passed in. |
caption — Property, class dom.html.HTMLTableElement |
|
Modified in DOM Level 2
Returns the table's CAPTION, or void if none exists. |
captionSide — Property, interface dom.style.css.CSS2Properties |
| |
captureEvents(eventType:dom.core.types:DOMString) — method, class dom.Window |
|
DOM Level 0 | OBSOLETE
Registers the window to capture all events of the specified type. |
captureEvents(eventTypeList:dom.core.types:DOMString) — method, class dom.html.HTMLDocument |
|
Instructs the browser to grab events of a specific type before they reach their intended target document objects. |
CAPTURING_PHASE — Constant Static Property, class dom.events.Event |
|
The current event phase is the capture phase. |
CDATASection — class, package dom.core |
|
A CDATA Section can be used within XML to include extended portions of
unescaped text, such that the symbols < and & do not need escaping as
they normally do within XML when used as text. |
CDATA_SECTION_NODE — Constant Static Property, class dom.core.Node |
|
The node is a CDATASection. |
cellIndex — Property, class dom.html.HTMLTableCellElement |
|
The index of this cell in the row, starting from 0. |
cellPadding — Property, class dom.html.HTMLTableElement |
|
Specifies the horizontal and vertical space between cell content and cell borders. |
cells — Property, class dom.html.HTMLTableRowElement |
|
Modified in DOM Level 2
The collection of cells in this row. |
cellSpacing — Property, class dom.html.HTMLTableElement |
|
Specifies the horizontal and vertical separation between cells. |
certifiedText — Property, interface dom.loadsave.LSInput |
| |
ch — Property, class dom.html.HTMLTableCellElement |
|
Alignment character for cells in a column. |
ch — Property, class dom.html.HTMLTableColElement |
|
Alignment character for cells in a column. |
ch — Property, class dom.html.HTMLTableRowElement |
|
Alignment character for cells in a column. |
ch — Property, class dom.html.HTMLTableSectionElement |
|
Alignment character for cells in a column. |
change — Event, class dom.core.Element |
|
A control loses the input focus and its value has been modified since
gaining focus. |
change — Constant Static Property, class dom.events.Event |
|
A control loses the input focus and its value has been modified since gaining focus. |
change — Constant Static Property, class dom.events.UIEvent |
|
A control loses the input focus and its value has been modified since gaining focus. |
CharacterData — class, package dom.core |
|
Provides text manipulation methods that are used by several objects. |
CharacterDataEditVAL — Interface, package dom.validation |
|
When validating CharacterData nodes, the NodeEditVAL.nodeValidity operation must find the nearest parent node
in order to do this; if no parent node is found, VAL_UNKNOWN is returned. |
characterSet — Property, class dom.html.HTMLDocument |
|
Returns the character encoding of the current document. |
characterStream — Property, interface dom.loadsave.LSInput |
| |
characterStream — Property, interface dom.loadsave.LSOutput |
| |
charCode — Property, class dom.events.KeyboardEvent |
|
Returns the Unicode value of a character key pressed during a keypress event. |
charset — Property, class dom.html.HTMLAnchorElement |
|
The character encoding of the linked resource. |
charset — Property, class dom.html.HTMLDocument |
|
Sets or retrieves the character set used to encode the object. |
charset — Property, class dom.html.HTMLLinkElement |
|
The character encoding of the resource being linked to. |
charset — Property, class dom.html.HTMLScriptElement |
|
The character encoding of the linked resource. |
CHARSET_RULE — Constant Property, class dom.style.css.CSSRule |
|
The rule is a CSSCharsetRule. |
checked — Property, class 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. |
checkModifier(modifer:Number) — method, class dom.events.KeyEvent |
|
The CheckModifier method is used to check the status of a single modifier key associated with a KeyEvent. |
childElementCount — Property, class dom.core.Element |
|
Returns the current number of element nodes that are children of this
element. |
childElementCount — Property, interface elementtraversal.ElementTraversal |
|
Returns the current number of element nodes that are children of this
element. |
childNodes — Property, class dom.core.Node |
|
Returns an ordered collection of node objects that are children of
the current element. |
children — Property, class dom.core.Element |
|
? | FireFox 3.5+
Returns a collection of child elements of the given element. |
chOff — Property, class dom.html.HTMLTableCellElement |
|
Offset of alignment character. |
chOff — Property, class dom.html.HTMLTableColElement |
|
Offset of alignment character. |
chOff — Property, class dom.html.HTMLTableRowElement |
|
Offset of alignment character. |
chOff — Property, class dom.html.HTMLTableSectionElement |
|
Offset of alignment character. |
cite — Property, class dom.html.HTMLModElement |
|
A URI designating a document that describes the reason for the change. |
cite — Property, class dom.html.HTMLQuoteElement |
|
A URI designating a source document or message. |
className — Property, class dom.html.HTMLElement |
|
The class attribute of the element. |
clear — Property, class dom.html.HTMLBRElement |
|
Control flow of text around floats. |
clear() — method, class dom.html.HTMLDocument |
|
This method used to clear the whole specified document in early (pre-1.0)
versions of Mozilla. |
clear — Property, interface dom.style.css.CSS2Properties |
| |
clear() — method, interface webstorage.Storage |
|
Empties the object of all key/value pairs, if there are any. |
clearAttributes() — method, class dom.core.Element |
|
Removes all attributes and values from the object. |
clearInterval(timerID:Number) — method, class dom.Window |
|
DOM Level 0
Cancels repeated action which was set up using setInterval(). |
clearRequest() — method, class dom.objects.UserProfile |
|
Clears all requests in the read-requests queue to prepare for new profile-information requests. |
clearTimeout(timerID:Number) — method, class dom.Window |
|
DOM Level 0
Clears the delay set by window.setTimeout(). |
click — Event, class dom.core.Element |
|
A pointing device button is clicked over an element. |
click — Constant Static Property, class dom.events.MouseEvent |
|
A pointing device button is clicked over an element. |
click() — method, class dom.html.HTMLInputElement |
|
Simulate a mouse-click. |
clientHeight — Property, interface cssom.view.ElementView |
|
Returns the inner height of an element in pixels, including padding but not the horizontal scrollbar height, border, or margin. |
clientHeight — Property, class dom.core.Element |
|
Returns the inner height of an element in pixels, including padding but not the horizontal scrollbar height, border, or margin. |
clientLeft — Property, interface cssom.view.ElementView |
|
The width of the left border of an element in pixels. |
clientLeft — Property, class dom.core.Element |
|
The width of the left border of an element in pixels. |
clientTop — Property, interface cssom.view.ElementView |
|
The width of the top border of an element in pixels. |
clientTop — Property, class dom.core.Element |
|
The width of the top border of an element in pixels. |
clientWidth — Property, interface cssom.view.ElementView |
|
Returns the inner width of an element in pixels. |
clientWidth — Property, class dom.core.Element |
|
Returns the inner width of an element in pixels. |
clientX — Property, interface cssom.view.MouseEventView |
|
Returns the horizontal coordinate within the application's client area at which the event occurred
(as opposed to the coordinates within the page). |
clientX — Property, class dom.events.MouseEvent |
|
Returns the horizontal coordinate within the application's client area at which the event occurred
(as opposed to the coordinates within the page). |
clientY — Property, interface cssom.view.MouseEventView |
|
Returns the vertical coordinate within the application's client area at which the event occurred
(as opposed to the coordinates within the page). |
clientY — Property, class dom.events.MouseEvent |
|
Returns the vertical coordinate within the application's client area at which the event occurred
(as opposed to the coordinates within the page). |
clip — Property, interface dom.style.css.CSS2Properties |
| |
clone() — method, class gecko.nsIURI |
|
Clones the URI, returning a new nsIURI object. |
cloneContents() — method, class dom.tr.range.Range |
|
Duplicates the contents of a Range. |
cloneNode(cloneChildren:Boolean) — method, class dom.core.Node |
|
Returns a duplicate of the current node. |
cloneRange() — method, class dom.tr.range.Range |
|
Produces a new Range whose boundary-points are equal to the boundary-points of the Range. |
close() — method, class dom.Window |
|
DOM Level 0
Closes the current window, or a referenced window. |
close() — method, class dom.html.HTMLDocument |
|
Closes a document stream opened by open() and forces rendering. |
close() — method, interface dom.objects.MessagePort |
|
Disconnects the port, so that it is no longer active. |
closed — Property, class dom.Window |
|
DOM Level 0
This property indicates whether the referenced window is closed or not. |
code — Property, interface dom.core.DOMException |
|
An integer indicating the type of error generated. |
code — Property, interface dom.events.EventException |
|
An integer indicating the type of error generated. |
code — Property, class dom.html.HTMLAppletElement |
|
Applet class file. |
code — Property, class dom.html.HTMLObjectElement |
|
Applet class file. |
code — Property, class dom.tr.range.RangeException |
| |
code — Property, interface dom.validation.ExceptionVAL |
|
The specific exception code. |
code — Property, interface dom.xpath.XPathException |
|
The specific exception code. |
codeBase — Property, class dom.html.HTMLAppletElement |
|
Optional base URI for applet. |
codeBase — Property, class dom.html.HTMLObjectElement |
|
Base URI for classid, data, and archive attributes. |
codeType — Property, class dom.html.HTMLObjectElement |
|
Content type for data downloaded via classid attribute. |
collapse(parentNode:dom.core:Node, offset:Number) — method, class dom.objects.Selection |
|
Collapses the current selection to a single point. |
collapse(toStart:Boolean) — method, class dom.tr.range.Range |
|
Collapse a Range onto one of its boundary-points
|
collapsed — Property, class dom.tr.range.Range |
|
Returns a boolean of true if the start and end boundary points of the Range are the same point in the DOM, false if not. |
collapseToEnd() — method, class dom.objects.Selection |
|
Moves the anchor of the selection to the same point as the focus. |
collapseToStart() — method, class dom.objects.Selection |
|
Moves the focus of the selection to the same point at the anchor. |
color — Property, class dom.html.HTMLBaseFontElement |
|
Font color. |
color — Property, class dom.html.HTMLFontElement |
|
Font color. |
color — Property, interface dom.style.css.CSS2Properties |
| |
colorDepth — Property, interface cssom.view.Screen |
|
Returns the lowest number of bits from the color components of the output device. |
cols — Property, class dom.html.HTMLFrameSetElement |
|
The number of columns of frames in the frameset. |
cols — Property, class dom.html.HTMLTextAreaElement |
|
Width of control (in characters). |
colSpan — Property, class dom.html.HTMLTableCellElement |
|
Number of columns spanned by cell. |
columnNumber — Property, interface dom.core.DOMLocator |
|
The column number this locator is pointing to, or -1 if there is no
column number available. |
Comment — class, package dom.core |
|
A comment is used to add notations within markup. |
COMMENT_NODE — Constant Static Property, class dom.core.Node |
|
The node is a Comment. |
commonAncestorContainer — Property, class dom.tr.range.Range |
|
The deepest common ancestor container of the Range's two boundary-points. |
compact — Property, class dom.html.HTMLDListElement |
|
Reduce spacing between list items. |
compact — Property, class dom.html.HTMLDirectoryElement |
|
Reduce spacing between list items. |
compact — Property, class dom.html.HTMLMenuElement |
|
Reduce spacing between list items. |
compact — Property, class dom.html.HTMLOListElement |
|
Reduce spacing between list items. |
compact — Property, class dom.html.HTMLUListElement |
|
Reduce spacing between list items. |
compareBoundaryPoints(how:Number, sourceRange:dom.tr.range:Range) — method, class dom.tr.range.Range |
|
Compare the boundary-points of two Ranges in a document. |
compareDocumentPosition(other:dom.core:Node) — method, class dom.core.Node |
|
Compares the position of the current node against another node in any other document. |
compareNode(refNode:dom.core:Node) — method, class dom.tr.range.Range |
|
Returns a constant (see notes). |
comparePoint(refNode:dom.core:Node, offset:Number) — method, class dom.tr.range.Range |
|
If the referenceNode is a Node of type Text, Comment, or CDATASection, then offset is the number of characters
from the start of referenceNode. |
compatible — Property, class dom.html.HTMLDocument |
|
Retrieves the collection of user agents and versions declared in the X-UA-Compatible meta tag. |
compatMode — Property, class dom.html.HTMLDocument |
|
Indicates whether the document is rendered in Quirks mode or Strict mode. |
componentFromPoint(x:Number, y:Number) — method, class dom.core.Element |
|
Returns the component located at the specified coordinates via certain events. |
Components — Property, class dom.Window |
|
Non-Standard | Firefox
The Components object is the object through which XPConnect functionality is reflected into JavaScript. |
confirm(message:dom.core.types:DOMString) — method, class dom.Window |
|
DOM Level 0
Displays a modal dialog with a message and two buttons, OK and Cancel. |
contains(str:dom.core.types:DOMString) — method, interface dom.core.DOMStringList |
|
The column number this locator is pointing to, or -1 if there is no
column number available. |
contains(element:Object) — method, class dom.core.Element |
|
Checks whether the given element is contained within the object. |
contains(str:dom.core.types:DOMString) — method, interface dom.core.NameList |
|
Test if a name is part of this NameList. |
containsNode(node:dom.core:Node, partlyContained:Boolean) — method, class dom.objects.Selection |
|
Indicates if the node is part of the selection. |
containsNS(namespaceURI:dom.core.types:DOMString, name:dom.core.types:DOMString) — method, interface dom.core.NameList |
|
Test if the pair namespaceURI/name is part of this NameList. |
content — Property, class dom.Window |
|
Non-Standard | Firefox
Returns a Window object for the primary content window. |
content — Property, class dom.html.HTMLMetaElement |
|
Associated information. |
content — Property, interface dom.style.css.CSS2Properties |
| |
contentDocument — Property, class dom.html.HTMLFrameElement |
|
DOM Level 2
The document this frame contains, if there is any and it is available, or null otherwise. |
contentDocument — Property, class dom.html.HTMLIFrameElement |
|
DOM Level 2
The document this frame contains, if there is any and it is available, or null otherwise. |
contentDocument — Property, class dom.html.HTMLObjectElement |
|
DOM Level 2
The document this object contains, if there is any and it is available, or null otherwise. |
contentType — Property, class dom.html.HTMLDocument |
|
Returns the Content-Type from the HTTP headers of the document. |
contentType — Property, interface dom.validation.ElementEditVAL |
|
The content type of an element as defined above. |
ContentTypeVAL — class, package dom.validation |
|
Content type constants stored in ElementEditVAL. |
continuousValidityChecking — Property, interface dom.validation.DocumentEditVAL |
|
An attribute specifying whether the validity of the document is continuously enforced. |
cookie — Property, class dom.html.HTMLDocument |
|
Get and set the cookies associated with the current document. |
cookieEnabled — Property, class dom.objects.Navigator |
|
Returns a boolean indicating whether cookies are enabled in the browser or not. |
coords — Property, class dom.html.HTMLAnchorElement |
|
Comma-separated list of lengths, defining an active region geometry. |
coords — Property, class dom.html.HTMLAreaElement |
|
Comma-separated list of lengths, defining an active region geometry. |
Counter — class, package dom.style.css |
|
The Counter interface is used to represent any counter or counters function value. |
counterIncrement — Property, interface dom.style.css.CSS2Properties |
| |
counterReset — Property, interface dom.style.css.CSS2Properties |
| |
cpuClass — Property, class dom.objects.Navigator |
|
Retrieves a string denoting the CPU class. |
createAttribute(name:dom.core.types:DOMString) — method, class dom.core.Document |
|
Creates an Attr of the given name. |
createAttributeNS(namespaceURI:dom.core.types:DOMString, qualifiedName:dom.core.types:DOMString) — method, class dom.core.Document |
|
Creates an attribute of the given qualified name and namespace URI. |
createCaption() — method, class dom.html.HTMLTableElement |
|
Create a new table caption object or return an existing one. |
createCDATASection(data:dom.core.types:DOMString) — method, class dom.core.Document |
|
Creates a CDATASection node whose value is the specified string. |
createComment(data:dom.core.types:DOMString) — method, class dom.core.Document |
|
Creates a Comment node given the specified string. |
createContextualFragment(tagString:dom.core.types:DOMString) — method, class dom.tr.range.Range |
|
This method takes a string and uses Mozilla's parser to convert it to a DOM tree. |
createControlRange() — method, class dom.core.Element |
|
Creates a controlRange collection of nontext elements. |
createCSSStyleSheet(title:dom.core.types:DOMString, media:dom.core.types:DOMString) — method, interface dom.style.css.DOMImplementationCSS |
|
Creates a new CSSStyleSheet. |
createDocument(namespaceURI:dom.core.types:DOMString, qualifiedName:dom.core.types:DOMString, doctype:dom.core:DocumentType) — method, interface dom.core.DOMImplementation |
|
This method creates a DOM document. |
createDocumentFragment() — method, class dom.core.Document |
|
Creates an empty DocumentFragment object. |
createDocumentType(qualifiedName:dom.core.types:DOMString, publicId:dom.core.types:DOMString, systemId:dom.core.types:DOMString) — method, interface dom.core.DOMImplementation |
|
Creates an empty DocumentType node. |
createElement(tagName:dom.core.types:DOMString) — method, class dom.core.Document |
|
Creates an element of the type specified. |
createElementNS(namespaceURI:dom.core.types:DOMString, qualifiedName:dom.core.types:DOMString) — method, class dom.core.Document |
|
Creates an element of the given qualified name and namespace URI. |
createEntityReference(name:dom.core.types:DOMString) — method, class dom.core.Document |
|
Creates an EntityReference object. |
createEvent(eventType:dom.core.types:DOMString) — method, class dom.core.Document |
|
Creates an event object of the type specified. |
createEvent(eventType:dom.core.types:DOMString) — method, interface dom.events.DocumentEvent |
|
Creates an event object of the type specified. |
createEventGroup() — method, interface dom.events.DocumentEventGroup |
|
This method creates a new EventGroup for use in the addEventListener and removeEventListener methods of the EventTargetGroup interface. |
createEventObject(existingEvent:dom.events:Event) — method, class dom.core.Document |
|
Generates an event object to pass event context information when you use the fireEvent method. |
createExpression(expression:dom.core.types:DOMString, resolver:dom.xpath:XPathNSResolver) — method, class dom.html.HTMLDocument |
|
Creates a parsed XPath expression with resolved namespaces. |
createExpression(expression:dom.core.types:DOMString, resolver:dom.xpath:XPathNSResolver) — method, interface dom.xpath.XPathEvaluator |
|
Creates a parsed XPath expression with resolved namespaces. |
createLSInput() — method, class dom.core.Document |
|
Create a new empty input source object where LSInput.characterStream, LSInput.byteStream, LSInput.stringData
LSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false. |
createLSInput() — method, interface dom.loadsave.DOMImplementationLS |
|
Create a new empty input source object where LSInput.characterStream, LSInput.byteStream, LSInput.stringData
LSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false. |
createLSOutput() — method, class dom.core.Document |
|
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId,
LSOutput.encoding are null. |
createLSOutput() — method, interface dom.loadsave.DOMImplementationLS |
|
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId,
LSOutput.encoding are null. |
createLSParser(mode:Number, schemaType:dom.core.types:DOMString) — method, class dom.core.Document |
|
Create a new LSParser. |
createLSParser(mode:Number, schemaType:dom.core.types:DOMString) — method, interface dom.loadsave.DOMImplementationLS |
|
Create a new LSParser. |
createLSSerializer() — method, class dom.core.Document |
|
Create a new LSSerializer object. |
createLSSerializer() — method, interface dom.loadsave.DOMImplementationLS |
|
Create a new LSSerializer object. |
createNodeIterator(root:dom.core:Node, whatToShow:Number, filter:dom.tr.traversal:NodeFilter, entityReferenceExpansion:Boolean) — method, class dom.core.Document |
|
Create a new NodeIterator over the subtree rooted at the specified node. |
createNodeIterator(root:dom.core:Node, whatToShow:Number, filter:dom.tr.traversal:NodeFilter, entityReferenceExpansion:Boolean) — method, interface dom.tr.traversal.DocumentTraversal |
|
Create a new NodeIterator over the subtree rooted at the specified node. |
createNSResolver(nodeResolver:dom.core:Node) — method, class dom.html.HTMLDocument |
|
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated
relative to the context of the node where it appeared within the document. |
createNSResolver(nodeResolver:dom.core:Node) — method, interface dom.xpath.XPathEvaluator |
|
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated
relative to the context of the node where it appeared within the document. |
createProcessingInstruction(target:dom.core.types:DOMString, data:dom.core.types:DOMString) — method, class dom.core.Document |
|
Creates a ProcessingInstruction node given the specified name and
data strings. |
createRange() — method, class dom.core.Document |
|
This interface can be obtained from the object implementing the Document interface using binding-specific
casting methods. |
createRange() — method, interface dom.tr.range.DocumentRange |
|
This interface can be obtained from the object implementing the Document interface using binding-specific
casting methods. |
createStyleSheet(url:dom.core.types:DOMString, index:Number) — method, class dom.core.Document |
|
Creates a style sheet for the document. |
createTextNode(data:dom.core.types:DOMString) — method, class dom.core.Document |
|
Creates a Text node given the specified string. |
createTFoot() — method, class dom.html.HTMLTableElement |
|
Create a table footer row or return an existing one. |
createTHead() — method, class dom.html.HTMLTableElement |
|
Create a table header row or return an existing one. |
createTreeWalker(root:dom.core:Node, whatToShow:Number, filter:dom.tr.traversal:NodeFilter, entityReferenceExpansion:Boolean) — method, class dom.core.Document |
|
Create a new TreeWalker over the subtree rooted at the specified node. |
createTreeWalker(root:dom.core:Node, whatToShow:Number, filter:dom.tr.traversal:NodeFilter, entityReferenceExpansion:Boolean) — method, interface dom.tr.traversal.DocumentTraversal |
|
Create a new TreeWalker over the subtree rooted at the specified node. |
CRMFRequest — class, package dom.objects |
|
RFC 4211, the Internet X.509 Public Key Infrastructure Certificate Request Message
Format (CRMF), defines a certReqMessage. |
crypto — Property, class dom.Window |
|
DOM Level 0
Returns the browser crypto object, which can then be used to manipulate various
browser security features. |
Crypto — class, package dom.objects |
|
Mozilla defines a special JavaScript object to allow web pages access to certain cryptographic related services. |
CSS2Properties — Interface, package dom.style.css |
|
INCOMPLETE
The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a
CSSStyleDeclaration. |
CSS_ATTR — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a attribute function. |
CSSCharsetRule — class, package dom.style.css |
|
The CSSCharsetRule interface represents a @charset rule in a CSS style sheet. |
CSS_CM — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a length (cm). |
CSS_COUNTER — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a counter or counters function. |
CSS_CUSTOM — Constant Property, class dom.style.css.CSSValue |
|
The value is a custom value. |
CSS_DEG — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is an angle (deg). |
CSS_DIMENSION — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a number with an unknown dimension. |
CSS_EMS — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a length (ems). |
CSS_EXS — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a length (exs). |
cssFloat — Property, interface dom.style.css.CSS2Properties |
| |
CSSFontFaceRule — class, package dom.style.css |
|
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet. |
CSS_GRAD — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is an angle (grad). |
CSS_HZ — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a frequency (Hz). |
CSS_IDENT — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is an identifier. |
CSSImportRule — class, package dom.style.css |
|
The CSSImportRule interface represents a @import rule within a CSS style sheet. |
CSS_IN — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a length (in). |
CSS_INHERIT — Constant Property, class dom.style.css.CSSValue |
|
The value is inherited and the cssText contains "inherit". |
CSS_KHZ — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a frequency (kHz). |
CSSMediaRule — class, package dom.style.css |
|
The CSSMediaRule interface represents a @media rule in a CSS style sheet. |
CSS_MM — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a length (mm). |
CSS_MS — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a time (ms). |
CSS_NUMBER — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a simple number. |
cssom.view — package |
| |
CSSPageRule — class, package dom.style.css |
|
The CSSPageRule interface represents a @page rule within a CSS style sheet. |
CSS_PC — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a length (pc). |
CSS_PERCENTAGE — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a percentage. |
CSSPrimitiveValue — class, package dom.style.css |
|
The CSSPrimitiveValue interface represents a single CSS value. |
CSS_PRIMITIVE_VALUE — Constant Property, class dom.style.css.CSSValue |
|
The value is a primitive value and an instance of the CSSPrimitiveValue
interface can be obtained by using binding-specific casting methods on
this instance of the CSSValue interface. |
CSS_PT — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a length (pt). |
CSS_PX — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a length (px). |
CSS_RAD — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is an angle (rad). |
CSS_RECT — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a rect function. |
CSS_RGBCOLOR — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a RGB color. |
CSSRule — class, package dom.style.css |
|
The CSSRule interface is the abstract base interface for any type of CSS statement. |
CSSRuleList — class, package dom.style.css |
|
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules. |
cssRules — Property, class dom.style.css.CSSMediaRule |
|
A list of all CSS rules contained within the media block. |
cssRules — Property, class dom.style.css.CSSStyleSheet |
|
The list of all CSS rules contained within the style sheet. |
CSS_S — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a time (s). |
CSS_STRING — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a STRING. |
CSSStyleDeclaration — class, package dom.style.css |
|
The CSSStyleDeclaration interface represents a single CSS declaration block. |
CSSStyleRule — class, package dom.style.css |
|
The CSSStyleRule interface represents a single rule set in a CSS style sheet. |
CSSStyleSheet — class, package dom.style.css |
|
The CSSStyleSheet interface is a concrete interface used to represent a CSS style
sheet i.e., a style sheet whose content type is "text/css". |
cssText — Property, class dom.style.css.CSSRule |
|
The parsable textual representation of the rule. |
cssText — Property, class dom.style.css.CSSStyleDeclaration |
|
The parsable textual representation of the declaration block (excluding the
surrounding curly braces). |
cssText — Property, class dom.style.css.CSSValue |
|
A string representation of the current value. |
CSS_UNKNOWN — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is not a recognized CSS2 value. |
CSSUnknownRule — class, package dom.style.css |
|
The CSSUnknownRule interface represents an at-rule not supported by this user agent. |
CSS_URI — Constant Property, class dom.style.css.CSSPrimitiveValue |
|
The value is a URI. |
CSSValue — class, package dom.style.css |
|
The CSSValue interface represents a simple or a complex value. |
CSSValueList — class, package dom.style.css |
|
The CSSValueList interface provides the abstraction of an ordered collection of CSS values. |
CSS_VALUE_LIST — Constant Property, class dom.style.css.CSSValue |
|
The value is a CSSValue list and an instance of the CSSValueList interface
can be obtained by using binding-specific casting methods on this instance
of the CSSValue interface. |
cssValueType — Property, class dom.style.css.CSSValue |
|
A code defining the type of the value as defined above. |
ctrlKey — Property, class dom.events.KeyboardEvent |
|
If the control (Ctrl) key modifier is activated. |
ctrlKey — Property, class dom.events.MouseEvent |
|
Refer to the KeyboardEvent.ctrlKey attribute. |
cue — Property, interface dom.style.css.CSS2Properties |
| |
cueAfter — Property, interface dom.style.css.CSS2Properties |
| |
cueBefore — Property, interface dom.style.css.CSS2Properties |
| |
current — Property, class dom.objects.History |
|
Returns the URL of the active item of the session history. |
currentNode — Property, interface dom.tr.traversal.TreeWalker |
|
The node at which the TreeWalker is currently positioned. |
currentTarget — Property, class dom.events.Event |
|
Identifies the current target for the event, as the event traverses the DOM. |
cursor — Property, interface dom.style.css.CSS2Properties |
| |
CustomEvent — class, package dom.events |
|
The CustomEvent interface is the recommended interface for
application-specific event types. |
|
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 |