Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

Online

À la maison Codes sources E-Livres Téléchargements Nous contacter Au sujet de nous

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


Haches de XPath

Previous Next





Haches de XPath

L'axe définit noeud-a placé relativement au noeud courant.



Haches de Xpath

Il y a treize haches différentes dans les spécifications de XPath. Un axe représente un rapport avec le noeud de contexte, et est employé pour localiser des noeuds relativement à l'arbre. Ce qui suit est une description extrêmement courte de treize haches disponibles



  1. Ancêtre

    Ceci indique tous ancêtres du noeud de contexte commençant par le noeud de parent et voyageant à travers au noeud de racine.



  2. Ancêtre-ou-individu

    Indique le noeud de contexte et tous ses ancêtres, y compris le noeud de racine.



  3. Attribut

    Indique les attributs du noeud de contexte. Cet axe peut être abrégé avec au signe (@).



  4. Enfant

    Ceci indique les enfants du noeud de contexte. Si une expression de XPath n'indique pas un axe, alors elle est comprise par défaut. Depuis les noeuds seulement la racine du noeud ou d'élément ont des enfants, n'importe quelle autre utilisation ne choisiront rien.



  5. Descendant

    Indique tous enfants du noeud de contexte, et tous leurs enfants, et ainsi de suite. L'attribut et les noeuds de namespace ne sont pas inclus - le parent d'un noeud d'attribut est un noeud d'élément, mais les noeuds d'attribut ne sont pas les enfants de leurs parents.



  6. Descendant-ou-individu

    Indique le noeud de contexte et tous ses descendants. L'attribut et les noeuds de namespace ne sont pas inclus - le parent d'un noeud d'attribut est un noeud d'élément, mais les noeuds d'attribut ne sont pas les enfants de leurs parents.



  7. Suivre

    Indique tous noeuds qui apparaissent après le noeud de contexte, excepté tous les descendant, attribut, et noeuds de namespace.



  8. Suivre-enfant de mêmes parents

    Indique tous noeuds qui ont le même parent que le noeud de contexte et apparaissent après le noeud de contexte dans le document de source.



  9. Namespace

    Indique tous noeuds qui sont dans la place pour le noeud de contexte. Dans ce cas-ci, le noeud de contexte doit être un noeud d'élément.



  10. Parent

    Indique le noeud simple qui est le parent du noeud de contexte. Il peut être abrégé en tant que deux périodes (.).



  11. précéder

    Indique tous noeuds qui précèdent le noeud de contexte dans le document excepté tous les ancêtre, attribut et noeuds de namespace.



  12. précédent-enfant de mêmes parents

    Indique tous noeuds qui ont le même parent que le noeud de contexte et apparaissent avant le noeud de contexte dans le document de source.



  13. individu

    Indique le noeud de contexte lui-même. Il peut être abrégé comme seule période (.).




Expression de chemin d'endroit

Un chemin d'endroit peut être relatif ou absolu.

Les débuts absolus d'un chemin d'endroit avec une estafilade (/) mais avec le chemin relatif d'endroit pas. Dans les deux cas le chemin d'endroit se compose d'une ou plusieurs étapes, chacune séparée par une estafilade :
 

An absolute location path:
/step/step/...
A relative location path:
step/step/...

Toute l'étape est évaluée contre les noeuds dans le courant noeud-a placé.

Une étape se compose :

  • Un axe qui définit l'arbre-rapport entre les noeuds choisis et le noeud courant
  • noeud-essai qui identifie un noeud dans un axe
  • Zéro attributs ou plus pour autre raffinent choisi noeud-a placé

Syntaxe d'étape d'endroit :


axisname::nodetest[predicate]

Exemple :

Example Result
child::book Selects all book nodes that are children of the current node
attribute::lang Selects the lang attribute of the current node
child::* Selects all children of the current node
attribute::* Selects all attributes of the current node
child::text() Selects all text child nodes of the current node
child::node() Selects all child nodes of the current node
descendant::book Selects all book descendants of the current node
ancestor::book Selects all book ancestors of the current node
ancestor-or-self::book Selects all book ancestors of the current node - and the current as well if it is a book node
child::*/child::price Selects all price grandchildren of the current node




Previous Next

Keywords: xpath tutorial, xsl xpath, xpath xslt, xpath xml, xpath reference, javascript xpath, xpath examples, xpath name, xpath syntax, xpath attribute, xpath html, xpath attributes, xpath sort, xpath cdata, xpath functions, xpath text, xpath w3schools, xpath position, xpath example, xpath variable, xpath count, xpath tutorials, xpath namespace, xpath xmlns, xpath sorting, xpath document, xpath if, xpath concat, xpath w3c, xpath sum, xpath contains, xpath c#, xpath parent, xpath editor, xpath substring, xpath value, xpath xalan, xpath replace, xquery xpath, xpath function, xpath id, xpath node, xpath number, xpath match, xpath expression, msxml xpath, xpath xsd, xpath date, xpath element, xpath dom, xpath child, select xpath, xpath using, xpath string, schema xpath, xpath empty, xpath axis, xslt axis, multiple axes, xsl axis


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.