System::Xml::XmlElement::RemoveAttributeNode metodo
Contenuti
[
Nascondere
]XmlElement::RemoveAttributeNode(SharedPtr<XmlAttribute>) method
Rimuove lo XmlAttribute specificato.
virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::RemoveAttributeNode(SharedPtr<XmlAttribute> oldAttr)
| Parametro | Tipo | Descrizione |
|---|---|---|
| oldAttr | SharedPtr<XmlAttribute> | Il nodo XmlAttribute da rimuovere. Se l’attributo rimosso ha un valore predefinito, viene immediatamente sostituito. |
ReturnValue
Lo XmlAttribute rimosso o nullptr se oldAttr non è un nodo attributo del XmlElement.
Vedi anche
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Font for C++
XmlElement::RemoveAttributeNode(String, String) method
Rimuove lo XmlAttribute specificato dal nome locale e dall’URI dello spazio dei nomi. (Se l’attributo rimosso ha un valore predefinito, viene immediatamente sostituito).
virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::RemoveAttributeNode(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’elemento XmlAttribute rimosso o nullptr se il XmlElement non ha un nodo attributo corrispondente.
Vedi anche
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Font for C++