Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

in linea

Domestico Codici sorgente E-Libri Trasferimenti dal sistema centrale verso i satelliti Metterseli in contatto con Circa noi

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


Ascie di XPath

Previous Next





Ascie di XPath

L'asse definisce nodo-si è regolato riguardante il nodo corrente.



Ascie di Xpath

Ci sono tredici ascie differenti nella specifica di XPath. Un asse rappresenta un rapporto al nodo di contesto ed è usato individuare i nodi riguardante l'albero. Ciò che segue è una descrizione estremamente sommaria di tredici ascie disponibili



  1. Antenato

    Ciò indica tutti gli antenati del nodo di contesto che comincia con il nodo del genitore e che viaggia attraverso al nodo della radice.



  2. Antenato-o-auto

    Indica il nodo di contesto e tutti i relativi antenati, compreso il nodo della radice.



  3. Attributo

    Indica gli attributi del nodo di contesto. Questo asse può essere abbreviato con al segno (@).



  4. Bambino

    Ciò indica i bambini del nodo di contesto. Se un'espressione di XPath non specifica un asse, allora è capita per difetto. I nodi dell'elemento o soltanto dalla radice di nodo hanno bambini, qualunque altro uso non selezioneranno niente.



  5. Discendente

    Indica tutti i bambini del nodo di contesto e tutti i loro bambini, e così via. L'attributo ed i nodi del namespace non sono inclusi - il genitore di un nodo di attributo è un nodo dell'elemento, ma i nodi di attributo non sono i bambini dei loro genitori.



  6. Discendente-o-auto

    Indica il nodo di contesto e tutti i relativi discendenti. L'attributo ed i nodi del namespace non sono inclusi - il genitore di un nodo di attributo è un nodo dell'elemento, ma i nodi di attributo non sono i bambini dei loro genitori.



  7. Seguire

    Indica tutti i nodi che compaiono dopo il nodo di contesto, tranne tutti i discendente, attributo e nodi del namespace.



  8. Segu-fratello germano

    Indica tutti i nodi che hanno lo stesso genitore del nodo di contesto e compaiono dopo il nodo di contesto nel documento di origine.



  9. Namespace

    Indica tutti i nodi che sono nella portata per il nodo di contesto. In questo caso, il nodo di contesto deve essere un nodo dell'elemento.



  10. Genitore

    Indica il singolo nodo che è il genitore del nodo di contesto. Può essere abbreviato come due periodi (.).



  11. precedere

    Indica tutti i nodi che precedono il nodo di contesto nel documento tranne tutti gli antenato, attributo e nodi del namespace.



  12. preceding-fratello germano

    Indica tutti i nodi che hanno lo stesso genitore del nodo di contesto e compaiono prima del nodo di contesto nel documento di origine.



  13. auto

    Indica il nodo in se di contesto. Può essere abbreviato come singolo periodo (.).




Espressione del percorso di posizione

Un percorso di posizione può essere relativo o assoluto.

Gli inizio assoluti del percorso di posizione con un taglio (/) ma il percorso relativo di posizione non. In entrambi casi il percorso di posizione consiste di uno o più punti, ciascuno separato da un taglio:
 

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

Tutto il punto è confrontato con i nodi nel corrente nodo-si è regolato.

Un punto consiste di:

  • Un asse che definisce il albero-rapporto fra i nodi selezionati ed il nodo corrente
  • nodo-prova che identifica un nodo all'interno di un asse
  • Zero o i più attributi per ulteriore raffina selezionato nodo-si è regolato

Sintassi del punto di posizione:


axisname::nodetest[predicate]

Esempio:

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.