获取用于操作特定命名空间属性的映射。
这对于处理 SVG 属性,如 xref:link,特别有用。
Map<String, String> getNamespacedAttributes(String namespace) { return new _NamespacedAttributeMap(this, namespace); }