
- XPath Tutorial
- XPath - Home
- XPath - Overview
- XPath - Expression
- XPath - Nodes
- XPath - Absolute Path
- XPath - Relative Path
- XPath - Axes
- XPath - Operators
- XPath - Wildcard
- XPath - Predicate
- XPath Useful Resources
- XPath - Quick Guide
- XPath - Useful Resources
- XPath - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
XPath - Nodes
In this chapter, we'll see the XPath expression in details covering common types of Nodes, XPath defines and handles.
S.No. | Node Type & Description |
---|---|
1 | Root Root element node of an XML Document. |
2 | Element Element node. |
3 | Text Text of an element node. |
4 | Attribute Attribute of an element node. |
5 | Comment Comment |
Advertisements