Table of contentsAppendices |
5.2 Element NodesElement NodesThere is an element node for every element in the document. An element node has an [expanded-name] computed by expanding the QName of the element specified in the tag in accordance with the XML Namespaces Recommendation XMLNAMES. The namespace URI of the element's [expanded-name] will be null if the QName has no prefix and there is no applicable default namespace. NOTE: The children of an element node are the element nodes, comment nodes, processing instruction nodes and text nodes for its content. Entity references to both internal and external entities are expanded. Character references are resolved. The [string-value] of an element node is the concatenation of the [string-value] s of all text node [descendants] of the element node in document order. Unique IDs[top]Unique IDsAn element node may have a unique identifier (ID). This is the
value of the attribute that is declared in the DTD as type
NOTE: |