What this developer tool does
The browser XML parser validates well-formedness. A tree walk then records xmlns attributes and qualified element or attribute names throughout the document.
Default declarations are labeled (default), while prefixed declarations retain their exact prefix. Reserved xml usage is recognized without requiring an explicit declaration.
Namespace scope can change on nested elements. The declaration list includes the element path so local overrides are visible instead of collapsed.