|
Index
|
Précédent
|
Suivant
|
DOM : Interface Node
Propriétés
Accès à l'objet : nodeName, nodeValue, nodeType
Navigation dans l'arbre : parentNode,childNodes, firstChild, NextSibling, attributes, ownerDocument....
Méthodes
Insertion de Noeuds : insertBefore(newChild, refChild), appendChild(newChild)
Replacement : replaceChild(newChild, oldChild)
Suppression : removeChild(oldChild)
Duplication : cloneNode(deep)
hasChildnodes()
17