System::Xml::XmlNodeReader::MoveToAttribute método
Contenido
[
Ocultar
]XmlNodeReader::MoveToAttribute(int32_t) method
Se mueve al atributo con el índice especificado.
void System::Xml::XmlNodeReader::MoveToAttribute(int32_t attributeIndex) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| attributeIndex | int32_t | El índice del atributo. |
Ver también
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlNodeReader::MoveToAttribute(String) method
Se mueve al atributo con el nombre especificado.
bool System::Xml::XmlNodeReader::MoveToAttribute(String name) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | String | El nombre calificado del atributo. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Ver también
- Class String
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlNodeReader::MoveToAttribute(String, String) method
Se mueve al atributo con el nombre local y el URI del espacio de nombres especificados.
bool System::Xml::XmlNodeReader::MoveToAttribute(String name, String namespaceURI) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | String | El nombre local del atributo. |
| namespaceURI | String | El URI del espacio de nombres del atributo. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Ver también
- Class String
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Page for C++