Vertaling van "ChildNode" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Elle a été scindée en deux interfaces, ChildNode et ParentNode contenant les méthodes et propriétés utiles pour chacun des types de noeud.
It has been split into two interfaces, ChildNode and ParentNode containing the useful methods and properties for each kind of nodes.
La méthode ChildNode.replaceWith() remplace ce ChildNode de la liste des enfants de son parent par un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères).
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects. DOMString objects are inserted as equivalent Text nodes.
La méthode ChildNode.replaceWith() remplace ce ChildNode de la liste des enfants de son parent par un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères).
The ChildNode.before method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
Divise l'interface ElementTraversal en ChildNode et ParentNode.
Splitted the ElementTraversal interface in ChildNode and ParentNode.
Ajout d'un certain nombre de fonctions de commodité DOM childNode.
Added a number of DOM childNode convenience functions.
La méthode ChildNode.before insère un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères) dans la liste des ChildNode, juste avant ce ChildNode.
The ChildNode.before method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
La méthode ChildNode.before insère un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères) dans la liste des ChildNode, juste avant ce ChildNode.
The ParentNode.append() method inserts a set of Node objects or DOMString objects after the last child of the ParentNode. DOMString objects are inserted as equivalent Text nodes.
La méthode ChildNode.before insère un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères) dans la liste des ChildNode, juste avant ce ChildNode.
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.