WriteQualifiedName()
XmlTextWriter::WriteQualifiedName(const String&, const String&) method
Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.
void System::Xml::XmlTextWriter::WriteQualifiedName(const String &localName, const String &ns) override
Arguments
Parameter | Type | Description |
---|---|---|
localName | const String& | The local name to write. |
ns | const String& | The namespace URI to associate with the name. |
See Also
- Class String
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Slides