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  
name — Property, class dom.Window
DOM Level 0 Gets/sets the name of the window.
name — Property, class dom.core.Attr
Returns the name of this attribute.
name — Property, class dom.core.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
name — Property, class dom.html.HTMLAnchorElement
Anchor name.
name — Property, class dom.html.HTMLAppletElement
The name of the applet.
name — Property, class dom.html.HTMLButtonElement
Form control or object name when submitted with a form.
name — Property, class dom.html.HTMLFormElement
Names the form.
name — Property, class dom.html.HTMLFrameElement
The frame name (object of the target attribute).
name — Property, class dom.html.HTMLIFrameElement
The frame name (object of the target attribute).
name — Property, class dom.html.HTMLImageElement
The name of the element (for backwards compatibility).
name — Property, class dom.html.HTMLInputElement
Form control or object name when submitted with a form
name — Property, class dom.html.HTMLMapElement
Names the map (for use with usemap).
name — Property, class dom.html.HTMLMetaElement
Meta information name.
name — Property, class dom.html.HTMLObjectElement
Form control or object name when submitted with a form.
name — Property, class dom.html.HTMLParamElement
The name of a run-time parameter.
name — Property, class dom.html.HTMLSelectElement
Form control or object name when submitted with a form.
name — Property, class dom.html.HTMLTextAreaElement
Form control or object name when submitted with a form.
name — Property, class dom.objects.Plugin
Name of the plug-in.
namedItem(name:dom.core.types:DOMString) — method, interface cssom.view.TextRectangleList
Retrieves an object or a collection from a specified collection.
namedItem(name:dom.core.types:DOMString) — method, class dom.html.objects.HTMLCollection
This method retrieves a Node using a name.
namedItem(name:dom.core.types:DOMString) — method, class dom.html.objects.HTMLOptionsCollection
This method retrieves a Node using a name.
NamedNodeMap — Interface, package dom.core
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
nameItem(name:dom.core.types:DOMString) — method, class dom.objects.MimeTypeArray
Retrives a MimeType by name.
nameItem(name:dom.core.types:DOMString) — method, class dom.objects.Plugin
Retrives a MimeType by name.
nameItem(name:dom.core.types:DOMString) — method, class dom.objects.PluginArray
Retrives a Plugins by name.
NameList — Interface, package dom.core
The NameList interface provides the abstraction of an ordered collection of parallel pairs of name and namespace values (which could be null values), without defining or constraining how this collection is implemented.
NAMESPACE_ERR — Constant Static Property, class dom.core.ExceptionCode
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
namespaces — Property, class dom.html.HTMLDocument
Retrieves a collection of namespace objects.
namespaceURI — Property, class dom.core.Node
The namespace URI of the node, or null if it is unspecified (read-only).
namespaceURI — Property, class dom.events.Event
The namespace URI associated with this event at initialization time, or null if it is unspecified.
navigator — Property, class dom.Window
DOM Level 0 Returns a reference to the navigator object, which can be queried for information about the application running the script.
Navigator — class, package dom.objects
Contains information about the application running the script.
NavigatorAbilities — Interface, package dom.objects
Objects implementing the Navigator interface must also implement the NavigatorAbilities interface.
NavigatorID — Interface, package dom.objects
Objects implementing the Navigator interface must also implement the NavigatorID interface.
NavigatorOnLine — Interface, package dom.objects
Objects implementing the Navigator interface must also implement the NavigatorOnLine interface.
newDocument — Property, class dom.loadsave.LSLoadEvent
newLine — Property, interface dom.loadsave.LSSerializer
newValue — Property, class dom.events.MutationEvent
Indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
newValue — Property, class webstorage.StorageEvent
The new value of the key being changed.
next — Property, class dom.objects.History
Returns the URL of the next item in the session history
nextElementSibling — Property, class dom.core.Element
Returns the next sibling element node of this element.
nextElementSibling — Property, interface elementtraversal.ElementTraversal
Returns the next sibling element node of this element.
nextNode() — method, interface dom.core.NamedNodeMap
Returns the next node in the collection.
nextNode() — method, interface dom.core.NodeList
Returns the next node in the collection.
nextNode() — method, interface dom.tr.traversal.NodeIterator
Returns the next node in the set represented by the NodeIterator and advances the position of the iterator within the set.
nextNode() — method, interface dom.tr.traversal.TreeWalker
Moves the TreeWalker to the next visible node in document order relative to the current node, and returns the new node.
nextSibling — Property, class dom.core.Node
Returns the node immediately following the specified one in its parent's childNodes list, or null if the specified node is the last node in that list.
nextSibling() — method, interface dom.tr.traversal.TreeWalker
Moves the TreeWalker to the next sibling of the current node, and returns the new node.
NO_DATA_ALLOWED_ERR — Constant Static Property, class dom.core.ExceptionCode
If data is specified for a Node which does not support data.
Node — class, package dom.core
A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly.
NODE_ADOPTED — Constant Static Property, class dom.core.UserDataHandler
The node is adopted, using Document.adoptNode().
NODE_AFTER — Constant Static Property, class dom.tr.range.Range
Node ends after the Range
NODE_BEFORE — Constant Static Property, class dom.tr.range.Range
Node starts before the Range
NODE_BEFORE_AND_AFTER — Constant Static Property, class dom.tr.range.Range
Node starts before and ends after the Range
NODE_CLONED — Constant Static Property, class dom.core.UserDataHandler
The node is cloned, using Node.cloneNode().
NODE_DELETED — Constant Static Property, class dom.core.UserDataHandler
The node is deleted.
NodeEditVAL — Interface, package dom.validation
This interface is similar to the DOM Level 3 Core Node interface, with methods for guided document editing.
NodeFilter — class, package dom.tr.traversal
Filters are objects that know how to "filter out" nodes.
NODE_IMPORTED — Constant Static Property, class dom.core.UserDataHandler
The node is imported, using Document.importNode().
NODE_INSIDE — Constant Static Property, class dom.tr.range.Range
Node starts after and ends before the Range, i.e.
NodeIterator — Interface, package dom.tr.traversal
Allows you to iterate over the members of a list of the nodes in a subtree of the DOM, in document order.
NodeList — Interface, package dom.core
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
nodeName — Property, class dom.core.Node
Returns the name of the current node as a string.
nodePrincipal — Property, class dom.core.Node
Returns the nsIPrincipal object representing current security context of the node.
NODE_RENAMED — Constant Static Property, class dom.core.UserDataHandler
The node is renamed, using Document.renameNode().
NodeSelector — Interface, package selectors
Objects implementing any of the Document, DocumentFragment or Element interfaces, as defined in DOM Level 3 Core, must also implement the NodeSelector interface.
nodeType — Property, class dom.core.Node
Returns an integer code representing the type of the node.
nodeTypedValue — Property, class dom.core.Node
Contains the node value expressed in its defined data type.
nodeTypeString — Property, class dom.core.Node
Returns the node type in string form.
nodeValidity(valType:Number) — method, interface dom.validation.NodeEditVAL
Determines if the node is valid relative to the validation type specified in valType.
nodeValue — Property, class dom.core.Node
Returns or sets the value of the current node.
noHref — Property, class dom.html.HTMLAreaElement
Specifies that this area is inactive, i.e., has no associated action.
NO_MODIFICATION_ALLOWED_ERR — Constant Static Property, class dom.core.ExceptionCode
If an attempt is made to modify an object where modifications are not allowed.
noResize — Property, class dom.html.HTMLFrameElement
When true, forbid user from resizing frame.
normalize() — method, class dom.core.Node
Puts the specified node and all of its subtree into a "normalized" form.
normalizeDocument() — method, class dom.core.Document
This method acts as if the document was going through a save and load cycle, putting the document in a "normal" form.
NO_SCHEMA_AVAILABLE_ERR — Constant Static Property, class dom.validation.ExceptionVALCode
This error occurs when the operation cannot complete due to an unavailable schema.
noShade — Property, class dom.html.HTMLHRElement
Indicates to the user agent that there should be no shading in the rendering of this element.
Notation — class, package dom.core
This interface represents a notation declared in the DTD.
notationName — Property, class dom.core.Entity
For unparsed entities, the name of the notation for the entity.
NOTATION_NODE — Constant Static Property, class dom.core.Node
The node is a Notation.
notations — Property, class dom.core.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
NOT_FOUND_ERR — Constant Static Property, class dom.core.ExceptionCode
If an attempt is made to reference a Node in a context where it does not exist.
NOT_SUPPORTED_ERR — Constant Static Property, class dom.core.ExceptionCode
If the implementation does not support the requested type of object or operation.
noWrap — Property, class dom.html.HTMLTableCellElement
Suppress word wrapping.
nsIBoxObject — Interface, package gecko
Where possible, element.getClientRects and element.getBoundingClientRect should be used instead.
nsIDOMEventTarget — Interface, package gecko.events
nsIDOMOfflineResourceList — Interface, package gecko
nsIPrincipal — class, package gecko
http://developer.mozilla.org/en/nsIPrincipal
nsIURI — class, package gecko
nsIURI is an interface for an uniform resource identifier with internationalization support, offering attributes that allow setting and querying the basic components of a URI, and methods for performing basic operations on URIs.
nsIXPCComponents — Interface, package gecko
NUMBER_TYPE — Constant Static Property, class dom.xpath.XPathResult
The result is a number as defined by [XPath 1.0].
numberValue — Property, class dom.xpath.XPathResult
The value of this number result.
numPad — Property, class dom.events.KeyEvent
The numPad attribute indicates whether or not the key event was generated on the number pad section of the keyboard.
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