طريقة System::Xml::XmlWriter::WriteElementString
محتويات
[
يخفي
]XmlWriter::WriteElementString(const String&, const String&, const String&) method
يكتب عنصرًا بالاسم المحلي، وعنوان URI للمساحة الاسمية، والقيمة المحددين.
void System::Xml::XmlWriter::WriteElementString(const String &localName, const String &ns, const String &value)
| معامل | نوع | الوصف |
|---|---|---|
| localName | const String& | الاسم المحلي للعنصر. |
| ns | const String& | معرف URI للمساحة الاسمية لربطه بالعنصر. |
| قيمة | const String& | قيمة العنصر. |
انظر أيضًا
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteElementString(const String&, const String&) method
يكتب عنصرًا بالاسم المحلي والقيمة المحددين.
void System::Xml::XmlWriter::WriteElementString(const String &localName, const String &value)
| معامل | نوع | الوصف |
|---|---|---|
| localName | const String& | الاسم المحلي للعنصر. |
| قيمة | const String& | قيمة العنصر. |
انظر أيضًا
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteElementString(const String&, const String&, const String&, const String&) method
يكتب عنصرًا بالبادئة، والاسم المحلي، وعنوان URI للمساحة الاسمية، والقيمة المحددين.
void System::Xml::XmlWriter::WriteElementString(const String &prefix, const String &localName, const String &ns, const String &value)
| معامل | نوع | الوصف |
|---|---|---|
| البادئة | const String& | بادئة العنصر. |
| localName | const String& | الاسم المحلي للعنصر. |
| ns | const String& | معرف مساحة الاسم (URI) للعنصر. |
| قيمة | const String& | قيمة العنصر. |
انظر أيضًا
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++