Xpath 简明教程
XPath - Nodes
在本章中,我们将详细了解 XPath 表达式,涵盖 XPath 定义和处理的常见类型节点。
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 |
RootRoot element node of an XML Document. |
2 |
ElementElement node. |
3 |
TextText of an element node. |
4 |
AttributeAttribute of an element node. |
5 |
CommentComment |