📅  最后修改于: 2020-11-09 05:38:05             🧑  作者: Mango
在本章中,我们将详细介绍XPath表达式,其中涵盖了常见的Node类型,XPath定义和处理。
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
|