MCPcopy
hub / github.com/jsdom/jsdom / getAttributeNode

Method getAttributeNode

lib/jsdom/living/nodes/Element-impl.js:295–297  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

293 }
294
295 getAttributeNode(name) {
296 return attributes.getAttributeByName(this, name);
297 }
298
299 getAttributeNodeNS(namespace, localName) {
300 return attributes.getAttributeByNameNS(this, namespace, localName);

Callers 8

xpath.jsFile · 0.80
misc2.jsFile · 0.80
jquery-1.11.0.jsFile · 0.80
core.jsFile · 0.80
xpath.jsFile · 0.80
core.jsFile · 0.80
html.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected