System::Xml::XmlTextWriter::WriteQualifiedName method
XmlTextWriter::WriteQualifiedName 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
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.TeX for C++