System::Xml::XmlWriter::WriteAttributeString Methode
Inhalt
[
Ausblenden
]XmlWriter::WriteAttributeString(const String&, const String&, const String&) method
Wenn in einer abgeleiteten Klasse überschrieben, schreibt ein Attribut mit dem angegebenen lokalen Namen, der Namespace‑URI und dem Wert.
void System::Xml::XmlWriter::WriteAttributeString(const String &localName, const String &ns, const String &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| localName | const String& | Der lokale Name des Attributs. |
| ns | const String& | Der Namespace-URI, der dem Attribut zugeordnet werden soll. |
| Wert | const String& | Der Wert des Attributs. |
Siehe auch
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteAttributeString(const String&, const String&) method
Wenn in einer abgeleiteten Klasse überschrieben, schreibt das Attribut mit dem angegebenen lokalen Namen und Wert aus.
void System::Xml::XmlWriter::WriteAttributeString(const String &localName, const String &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| localName | const String& | Der lokale Name des Attributs. |
| Wert | const String& | Der Wert des Attributs. |
Siehe auch
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteAttributeString(const String&, const String&, const String&, const String&) method
Wenn in einer abgeleiteten Klasse überschrieben, schreibt das Attribut mit dem angegebenen Präfix, lokalen Namen, Namespace‑URI und Wert aus.
void System::Xml::XmlWriter::WriteAttributeString(const String &prefix, const String &localName, const String &ns, const String &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Präfix | const String& | Das Namespace-Präfix des Attributs. |
| localName | const String& | Der lokale Name des Attributs. |
| ns | const String& | Der Namespace-URI des Attributs. |
| Wert | const String& | Der Wert des Attributs. |
Siehe auch
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++