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
CSS 1.0
CSS 2.0
HLML
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
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
CVS
Python
Apple Script
PL/SQL Tutorial
SQL Server
PHP
.NET (dotnet)
Microsoft.Net
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
VC++
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Photoshop Tutorial
Gimp Tutorial
Matlab
Gnuplot Programming
GIF Animation Tutorial
Scientific Visualization Tutorial
Graphics
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Weblogic Tutorial
SEO
Web Site Hosting
Domain Name
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Eclipse
J2ME
JBOSS
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Cobol
Assembly Language
Mainframe
Forth Programming
Lisp Programming
Pascal
Delphi
Fortran
OOPs
Data Warehousing
CGI Programming
Emacs Tutorial
Gnome
ILU
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills
Database Tutorials
Oracle
MySQL
Operating System
BSD
Symbian
Unix
Internet
IP-Masquerading
IPC
MIDI
Software Testing
Testing
Firewalls
SAP Module
ERP
ABAP
Business Warehousing
SAP Basis
Material Management
Sales & Distribution
Human Resource
Netweaver
Customer Relationship Management
Production and Planning
Networking Programming
Corba Tutorial
Networking Tutorial
Microsoft Office
Microsoft Word
Microsoft Outlook
Microsoft PowerPoint
Microsoft Publisher
Microsoft Excel
Microsoft Front Page
Microsoft InfoPath
Microsoft Access
Accounting
Financial Accounting
Managerial Accounting


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
CSS 1.0 Quiz
CSS 2.0 Quiz
HLML 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
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
CVS Quiz
Python Quiz
Apple Script Quiz
PL/SQL Quiz
SQL Server Quiz
PHP Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
VC++ Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Photoshop Quiz
Gimp Quiz
Matlab Quiz
Gnuplot Programming Quiz
GIF Animation Quiz
Scientific Visualization Quiz
Graphics Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Weblogic Quiz
SEO Quiz
Web Site Hosting Quiz
Domain Name Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Eclipse Quiz
J2ME Quiz
JBOSS Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Cobol Quiz
Assembly Language Quiz
Mainframe Quiz
Forth Programming Quiz
Lisp Programming Quiz
Pascal Quiz
Delphi Quiz
Fortran Quiz
OOPs Quiz
Data Warehousing Quiz
CGI Programming Quiz
Emacs Quiz
Gnome Quiz
ILU 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
Database Quizes
Oracle Quiz
MySQL Quiz
Operating System Quizes
BSD Quiz
Symbian Quiz
Unix Quiz
Internet Quiz
IP-Masquerading Quiz
IPC Quiz
MIDI Quiz
Software Testing Quizes
Testing Quiz
Firewalls Quiz
SAP Module Quizes
ERP Quiz
ABAP Quiz
Business Warehousing Quiz
SAP Basis Quiz
Material Management Quiz
Sales & Distribution Quiz
Human Resource Quiz
Netweaver Quiz
Customer Relationship Management Quiz
Production and Planning Quiz
Networking Programming Quizes
Corba Quiz
Networking Quiz
Microsoft Office Quizes
Microsoft Word Quiz
Microsoft Outlook Quiz
Microsoft PowerPoint Quiz
Microsoft Publisher Quiz
Microsoft Excel Quiz
Microsoft Front Page Quiz
Microsoft InfoPath Quiz
Microsoft Access Quiz
Accounting Quizes
Financial Accounting Quiz
Managerial Accounting Quiz

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