XPath Nodes - 0 views
-
In XPath, there are seven kinds of nodes: element, attribute, text, namespace, processing-instruction, comment, and document (root) nodes.
-
XML documents are treated as trees of nodes. The root of the tree is called the document node (or root node).
-
Atomic values Atomic values are nodes with no children or parent.
- ...5 more annotations...