System::Xml::XmlAttributeCollection::idx_get metodu

XmlAttributeCollection::idx_get(const String&, const String&) method

Belirtilen yerel ad ve ad alanı Uniform Resource Identifier (URI) olan özniteliği döndürür.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &localName, const String &namespaceURI)
ParametreTürAçıklama
localNameconst String&Özelliğin yerel adı.
namespaceURIconst String&Özelliğin ad alanı URI’si.

ReturnValue

Belirtilen yerel ad ve ad alanı URI’sine sahip öznitelik. Öznitelik yoksa, bu metod nullptr döndürür.

Ayrıca Bakınız

XmlAttributeCollection::idx_get(const String&) method

Belirtilen ada sahip özniteliği döndürür.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(const String &name)
ParametreTürAçıklama
adconst String&Özniteliğin nitelikli adı.

ReturnValue

Belirtilen ada sahip öznitelik. Öznitelik yoksa, bu metod nullptr döndürür.

Ayrıca Bakınız

XmlAttributeCollection::idx_get(int32_t) method

Belirtilen indeksdeki özniteliği döndürür.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::idx_get(int32_t i)
ParametreTürAçıklama
iint32_tÖzniteliğin indeksi.

ReturnValue

Belirtilen dizindeki öznitelik.

Ayrıca Bakınız