System::Xml::XmlWriter::WriteElementString yöntemi
İçindekiler
[
Saklamak
]XmlWriter::WriteElementString(const String&, const String&, const String&) method
Belirtilen yerel ad, ad alanı URI’si ve değerle bir öğe yazar.
void System::Xml::XmlWriter::WriteElementString(const String &localName, const String &ns, const String &value)
| Parametre | Tür | Açıklama |
|---|---|---|
| localName | const String& | Öğenin yerel adı. |
| ns | const String& | Öğeye ilişkilendirilecek ad alanı URI’si. |
| değer | const String& | Öğenin değeri. |
Ayrıca Bakınız
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteElementString(const String&, const String&) method
Belirtilen yerel ad ve değerle bir öğe yazar.
void System::Xml::XmlWriter::WriteElementString(const String &localName, const String &value)
| Parametre | Tür | Açıklama |
|---|---|---|
| localName | const String& | Öğenin yerel adı. |
| değer | const String& | Öğenin değeri. |
Ayrıca Bakınız
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteElementString(const String&, const String&, const String&, const String&) method
Belirtilen önek, yerel ad, ad alanı URI’si ve değerle bir öğe yazar.
void System::Xml::XmlWriter::WriteElementString(const String &prefix, const String &localName, const String &ns, const String &value)
| Parametre | Tür | Açıklama |
|---|---|---|
| önek | const String& | Öğenin öneki. |
| localName | const String& | Öğenin yerel adı. |
| ns | const String& | Öğenin ad alanı URI’si. |
| değer | const String& | Öğenin değeri. |
Ayrıca Bakınız
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++