Examples with "objet Node" and their translation 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.
Valeur Un objet Node représentant le noeud du plus haut niveau de l'arbre.
Value A Node object representing the topmost node in the tree.
La propriété en lecture seule Node.rootNode renvoie un objet Node représentant le noeud du plus haut niveau de l'arbre, ou le noeud actuel s'il est le noeud du plus haut niveau de l'arbre.
The Node.rootNode read-only property returns a Node object representing the topmost node in the tree, or the current node if it's the topmost node in the tree.
La valeur est toujours un objet Node ou None.
Par exemple, une implémentation basée sur JCR de l'interface Resource permet d'accéder à l'objet Node JCR sous-jacent.
For example, a JCR-based implementation of the generic Resource interface provides access to the underlying JCR Node.
Plutôt que de dire, par exemple que la méthode document.createElement() renvoie une référence à un objet node, nous dirons simplement que cette méthode renvoie l'element qui vient d'être créé dans le DOM.
Rather than saying, for example, that the document.createElement() method returns an object reference to a node, we just say that this method returns the element that has just been created in the DOM.
Andere resultaten
Un gabarit compilé est simplement une liste d'objets Node.
Notez également que AnimatedTexture est un objet Resource contrairement à d'autre objets Node discutés ici.
Also note that AnimatedTexture is a Resource unlike the other Node objects discussed here.
Insère un ensemble d'objets Node ou DOMString après le dernier enfant du ParentNode.
Inserts a set of Node objects or DOMString objects after the last child of the ParentNode.
Le ParentNode contient des méthodes et des propriétés communes à tous les types d'objets Node qui peuvent avoir des enfants.
The ParentNode interface contains methods that are particular to Node objects that can have children.
Paramètres nodes Un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères) à insérer.
Elle renvoie une instance de django.template.NodeList contenant une liste de tous les objets Node que l'analyseur a rencontré avant que n'apparaisse l'une des balises indiquées dans le tuple.
It returns an instance of django.template.NodeList, which is a list of all Node objects that the parser encountered "before" it encountered any of the tags named in the tuple.
ParentNode.prepend() Insère un ensemble d'objets Node ou DOMString avant le premier enfant du ParentNode.
Inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
Méthodes ParentNode.append() Insère un ensemble d'objets Node ou DOMString après le dernier enfant du ParentNode.
Inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.