self

Instruction Xml Path. Sélection du noeud courant.

Syntaxe

self

Description

L'instruction self permet de sélectionner le noeud courant.

Exemple

Source initial en Xml

<?xml version="1.0"?>
<ListeEmployes </ListeEmployes>

Expression Xml Path

<-- En partant de <Employe Numero=7832>, selectionne l'employe. -->
self::Employe

Résultat Xml de l'extraction Xml Path

<?xml version="1.0"?>
<Employe Numero=7832> </Employe>

Voir aussi

ancestor, ancestor-or-self, attribute, child, descendant, descendant-or-self, following, following-sibling, parent, preceding, preceding-sibling et self pour définir un axe autrement.