Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

on-line

Haupt Quellenprogramme E-Bücher Downloads Mit uns in Verbindung treten Über uns

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


XPath Nodes

Previous Next





XPath Nodes

XPath funktioniert unter dem Konzept, daß ein Dokument aus einem Baum von Nodes besteht.



Node types

Es gibt immer einen einzelnen Wurzelnullpunkt in einem XPath Baum, der als die Wurzel dient und der als der erste Nullpunkt im Baum erscheint. Unter dem Wurzelnullpunkt hat jedes Element in einem Dokument einen entsprechenden Elementnullpunkt, der im Baum erscheint.


  • Root node
  • Element nodes
  • Text nodes
  • Attribute nodes
  • Namespace nodes
  • Processing instruction nodes
  • Comment nodes



Beispiel:

<?xml version="1.0" encoding="ISO-8859-1"?><bookstore><book>
<title lang="en">Harry Potter</title>
<author>J K. Rowling</author>
<year>2005</year>
<price>29.99</price>
</book></bookstore>


Relationship of Nodes

Parent

Jedes Element hat ein Elternteil.

Im oben genannten Beispiel; das Buchelement ist das Elternteil des Titels, Autor, Jahr und Preis:

Children

Elementnullpunkte können null, eine oder mehrer Kinder haben.

Im oben genannten Beispiel; der Titel, der Autor, das Jahr und die Preiselemente sind alle Kinder des Buchelements:

Siblings

Nullpunkte, die das gleiche Elternteil haben.

Im oben genannten Beispiel; der Titel, der Autor, das Jahr und die Preiselemente sind alle Geschwister:

Ancestors

Elternteil eines Node, Elternteil des Elternteils, etc.

Im oben genannten Beispiel; die Vorfahren des Titelelements sind das Buchelement und das Buchhandlungelement:

Descendants

Kinder eines Nodes, Kinder der Kinder, etc.

Im oben genannten Beispiel; Nachkommen des Buchhandlungelements sind das Buch, der Titel, der Autor, das Jahr und die Preiselemente:





Previous Next

Keywords: XPath Nodes, xpath selectnodes, xpath count nodes, xsl node, xslt node, xpath node, xslt node set, xpath select node, xsl node set, xsl select node, xsl node name, node in xsl, xslt node name, xpath node name, xsl current node, xslt current node, xpath text node, xpath select nodes, xpath find node, xpath vb net, node in xpath, xpath get node, xquery node, asp net xpath, xpath starts with, nodes in xsl, nodes xslt, node in xslt, xpath value of


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.