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