System::Xml::XmlWriter::WriteStartAttribute méthode
Contenu
[
Cacher
]XmlWriter::WriteStartAttribute(const String&) method
Écrit le début d’un attribut avec le nom local spécifié.
void System::Xml::XmlWriter::WriteStartAttribute(const String &localName)
| Paramètre | Type | Description |
|---|---|---|
| localName | const String& | Le nom local de l’attribut. |
Voir aussi
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteStartAttribute(const String&, const String&) method
Écrit le début d’un attribut avec le nom local spécifié et l’URI d’espace de noms.
void System::Xml::XmlWriter::WriteStartAttribute(const String &localName, const String &ns)
| Paramètre | Type | Description |
|---|---|---|
| localName | const String& | Le nom local de l’attribut. |
| ns | const String& | L’URI d’espace de noms de l’attribut. |
Voir aussi
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteStartAttribute(const String&, const String&, const String&) method
Lorsqu’il est remplacé dans une classe dérivée, écrit le début d’un attribut avec le préfixe spécifié, le nom local et l’URI d’espace de noms.
virtual void System::Xml::XmlWriter::WriteStartAttribute(const String &prefix, const String &localName, const String &ns)=0
| Paramètre | Type | Description |
|---|---|---|
| préfixe | const String& | Le préfixe d’espace de noms de l’attribut. |
| localName | const String& | Le nom local de l’attribut. |
| ns | const String& | L’URI d’espace de noms pour l’attribut. |
Voir aussi
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++