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