System::Xml::XmlWriter::WriteQualifiedName method
XmlWriter::WriteQualifiedName method
When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.
virtual void System::Xml::XmlWriter::WriteQualifiedName(const String &localName, const String &ns)
Parameter | Type | Description |
---|---|---|
localName | const String& | The local name to write. |
ns | const String& | The namespace URI for the name. |
See Also
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++