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).
- ...5 more annotations...