MoveToAttribute()
Contents
[
Hide
]XmlNodeReader::MoveToAttribute(String) method
Moves to the attribute with the specified name.
bool System::Xml::XmlNodeReader::MoveToAttribute(String name) override
Arguments
Parameter | Type | Description |
---|---|---|
name | String | The qualified name of the attribute. |
Return Value
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
XmlNodeReader::MoveToAttribute(String, String) method
Moves to the attribute with the specified local name and namespace URI.
bool System::Xml::XmlNodeReader::MoveToAttribute(String name, String namespaceURI) override
Arguments
Parameter | Type | Description |
---|---|---|
name | String | The local name of the attribute. |
namespaceURI | String | The namespace URI of the attribute. |
Return Value
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
XmlNodeReader::MoveToAttribute(int32_t) method
Moves to the attribute with the specified index.
void System::Xml::XmlNodeReader::MoveToAttribute(int32_t attributeIndex) override
Arguments
Parameter | Type | Description |
---|---|---|
attributeIndex | int32_t | The index of the attribute. |
See Also
- Class String
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Slides