System::Xml::XmlElement::GetAttributeNode metodo
Contenuti
[
Nascondere
]XmlElement::GetAttributeNode(String, String) method
Restituisce l’XmlAttribute con il nome locale e l’URI dello spazio dei nomi specificati.
virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::GetAttributeNode(String localName, String namespaceURI)
| Parametro | Tipo | Descrizione |
|---|---|---|
| localName | Stringa | Il nome locale dell’attributo. |
| namespaceURI | Stringa | L’URI dello spazio dei nomi dell’attributo. |
ReturnValue
L’XmlAttribute specificato o nullptr se non è stato trovato alcun attributo corrispondente.
Vedi anche
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Font for C++
XmlElement::GetAttributeNode(String) method
Restituisce l’XmlAttribute con il nome specificato.
virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::GetAttributeNode(String name)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | Stringa | Il nome dell’attributo da recuperare. Questo è un nome qualificato. Viene confrontato con il valore get_Name del nodo corrispondente. |
ReturnValue
L’XmlAttribute specificato o nullptr se non è stato trovato alcun attributo corrispondente.
Vedi anche
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Font for C++