N NamedNodeMap.getNamedItem() (Method) DOM (Free web hosting music) 2 standardization is

N NamedNodeMap.getNamedItem() (Method) DOM 2 standardization is not quite stable and no browsers support it yet. At this time, browsers have reached DOM level 1 capabilities and we can expect support for these namespace extensions in the next round of browser upgrades. See also: Collection object, DOM, DOM Level 1, Node object, Node.attributes[], NodeList object Property JavaScript JScript N IE Opera DOM Notes length 1.5 + 5.0 + 6.0 + 5.0 + 1 + - Method JavaScript JScript N IE Opera DOM Notes getNamedItem() 1.5 + 5.0 + 6.0 + 5.0 + 1 + - item() 1.5 + 5.0 + 6.0 + 5.0 + 1 + Warning removeNamedItem() 1.5 + 5.0 + 6.0 + 5.0 + 1 + - setNamedItem() 1.5 + 5.0 + 6.0 + 5.0 + 1 + - Inheritance chain: Array Object Web-references: http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-1074577549 NamedNodeMap.getNamedItem() (Method) Given the name of a node, it can be extracted from the collection by name. Availability: Property/method value type: JavaScript syntax: Argument list: If a node having the specified name exists in the node map, the a reference to it will be returned. If there is no matching node, a null will be returned instead. It isn’t clear what happens if there are duplicate nodes with the same name. Some implementations may choose to return a collection of all nodes with a matching name. DOM level 1 JavaScript 1.5 JScript 5.0 Internet Explorer 5.0 Netscape 6.0 Node object -myNamedNodeMap.getNamedItem(aName) aName The name of the node to be accessed 1479

Leave a Reply