System::Xml::XmlWriter::LookupPrefix 方法
XmlWriter::LookupPrefix method
当在派生类中被重写时,返回在当前命名空间范围内为该命名空间 URI 定义的最近前缀。
virtual String System::Xml::XmlWriter::LookupPrefix(String ns)=0
| Parameter | Type | 描述 |
|---|---|---|
| ns | 字符串 | 您想要查找前缀的命名空间 URI。 |
ReturnValue
如果在当前作用域未找到匹配的命名空间 URI,则返回匹配的前缀或 nullptr。
另见
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++