Metodo System::Xml::XmlElement::RemoveAttributeNode
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.Page 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 | String | Il nome locale dell’attributo. |
| namespaceURI | String | L’URI dello spazio dei nomi dell’attributo. |
ReturnValue
Lo 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.Page for C++