System::Xml::XmlElement::GetAttributeNode method
محتويات
[
يخفي
]XmlElement::GetAttributeNode(String, String) method
يرجع الـ XmlAttribute بالاسم المحلي ومعرف URI للمساحة الاسمية المحددين.
virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::GetAttributeNode(String localName, String namespaceURI)
| Parameter | Type | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للسمة. |
| namespaceURI | String | مسار مساحة الاسم للسمة. |
ReturnValue
الـ XmlAttribute المحدد أو nullptr إذا لم يتم العثور على خاصية مطابقة.
انظر أيضًا
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Page for C++
XmlElement::GetAttributeNode(String) method
يرجع الـ XmlAttribute بالاسم المحدد.
virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::GetAttributeNode(String name)
| Parameter | Type | الوصف |
|---|---|---|
| الاسم | String | اسم الخاصية المراد استرجاعها. هذا اسم مؤهل. يتم مطابقته مع قيمة get_Name للعقدة المطابقة. |
ReturnValue
الـ XmlAttribute المحدد أو nullptr إذا لم يتم العثور على خاصية مطابقة.
انظر أيضًا
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Page for C++