System::Xml::XmlWriter::WriteStartAttribute Methode
Inhalt
[
Ausblenden
]XmlWriter::WriteStartAttribute(const String&) method
Schreibt den Beginn eines Attributs mit dem angegebenen lokalen Namen.
void System::Xml::XmlWriter::WriteStartAttribute(const String &localName)
| Parameter | Typ | Beschreibung |
|---|---|---|
| localName | const String& | Der lokale Name des Attributs. |
Siehe auch
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteStartAttribute(const String&, const String&) method
Schreibt den Beginn eines Attributs mit dem angegebenen lokalen Namen und Namespace-URI.
void System::Xml::XmlWriter::WriteStartAttribute(const String &localName, const String &ns)
| Parameter | Typ | Beschreibung |
|---|---|---|
| localName | const String& | Der lokale Name des Attributs. |
| ns | const String& | Der Namespace-URI des Attributs. |
Siehe auch
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteStartAttribute(const String&, const String&, const String&) method
Wenn in einer abgeleiteten Klasse überschrieben, schreibt den Beginn eines Attributs mit dem angegebenen Präfix, lokalen Namen und Namespace-URI.
virtual void System::Xml::XmlWriter::WriteStartAttribute(const String &prefix, const String &localName, const String &ns)=0
| 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 für das Attribut. |
Siehe auch
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++