System::Xml::XmlElement::RemoveAttributeNode 메서드
내용물
[
숨다
]XmlElement::RemoveAttributeNode(SharedPtr<XmlAttribute>) method
지정된 XmlAttribute을 제거합니다.
virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::RemoveAttributeNode(SharedPtr<XmlAttribute> oldAttr)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| oldAttr | SharedPtr<XmlAttribute> | 제거할 XmlAttribute 노드입니다. 제거된 속성에 기본값이 있는 경우 즉시 대체됩니다. |
ReturnValue
제거된 XmlAttribute 또는 oldAttr가 XmlElement의 속성 노드가 아닌 경우 nullptr입니다.
또 보기
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Page for C++
XmlElement::RemoveAttributeNode(String, String) method
로컬 이름 및 네임스페이스 URI로 지정된 XmlAttribute을 제거합니다. (제거된 속성에 기본값이 있는 경우 즉시 대체됩니다.)
virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::RemoveAttributeNode(String localName, String namespaceURI)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| localName | String | 속성의 로컬 이름입니다. |
| namespaceURI | String | 속성의 네임스페이스 URI입니다. |
ReturnValue
제거된 XmlAttribute 또는 XmlElement에 일치하는 속성 노드가 없을 경우 nullptr입니다.
또 보기
- Typedef SharedPtr
- Class XmlAttribute
- Class String
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Page for C++