System::Xml::XmlTextReader::LookupNamespace 方法

XmlTextReader::LookupNamespace method

解析当前元素作用域中的命名空间前缀。

String System::Xml::XmlTextReader::LookupNamespace(const String &prefix) override
参数类型描述
前缀const String&要解析其命名空间 URI 的前缀。若要匹配默认命名空间,请传入空字符串。此字符串不必进行原子化。

ReturnValue

前缀映射到的命名空间 URI,如果未找到匹配的前缀,则为 nullptr

另见