Vertaling van "node-name" 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.
El nombre de cada atributo viene dado por el nodo node-name().
The name of each attribute is supplied by the node-name() node.
Su nombre reemplaza el valor que esté asignado a node-name().
Their name overrides the value mapped to node-name().
Observe que el nombre y el tipo de cada elemento de la secuencia es el que nos da el nodo node-name() y el nodo de conversión de tipo respectivamente.
Note that the actual name and type of each item in the sequence is provided by the node-name() node and the type cast node, respectively (discussed below).
En un componente de origen node-name() aporta el nombre de cada elemento secundario de element() o el nombre de cada atributo de attribute() respectivamente.
In a source component, node-name() supplies the name of each child element of element(), or the name of each attribute of attribute(), respectively.
Los elementos propiamente dichos los crean los nodos de conversión de tipo (usando el valor de node-name()) y por los nodos de prueba de nombre (usando su propio nombre).
The actual elements are created by the type cast nodes (using the value of node-name()) and by name test nodes (using their own name).
El papel que element() desempeña aquí es aportar la secuencia de elementos secundarios de product, mientras que node-name() y text() aportan el nombre y el valor real de cada elemento de la secuencia.
The role of element() here is to supply the sequence of child elements of product, while node-name() and text() supply the actual name and value of each item in the sequence.
Si XSLT es el lenguaje de destino (que llama a la función fn:node-name), la función devuelve una secuencia vacía para los nodos que no tienen nombre.
If XSLT is the target language (which calls fn:node-name), the function returns an empty sequence for nodes which have no names.
La función definida por el usuario MapPerson usa la función node-name para recuperar el nombre del nodo de entrada y colocarlo en el atributo role.
The MapPerson user-defined function uses node-name to return the name of the input node, and place it in the role attribute.
La función node-name devuelve el QName del nodo seleccionado.
The node-name function returns the QName of the selected node.
node-name La función node-name toma un nodo como argumento de entrada y devuelve su QName.
node-name The node-name function takes a node as its input argument and returns its QName.
Por defecto el nombre que aporta node-name() es de tipo xs:QName.
By default, the supplied name is of type xs:QName.
En tiempo de ejecución esto permitirá acceder al nombre de cada elemento secundario a través del nodo node-name(), mientras que el valor estará disponible a través de un nodo de conversión de tipo especial.
At mapping runtime, this causes the name of each child element to be accessible through the node-name() node, while the value-through a special type cast node.