System::Xml::XmlReader::MoveToAttribute método
Contenido
[
Ocultar
]XmlReader::MoveToAttribute(int32_t) method
Cuando se sobrescribe en una clase derivada, se desplaza al atributo con el índice especificado.
virtual void System::Xml::XmlReader::MoveToAttribute(int32_t i)
| Parámetro | Tipo | Descripción |
|---|---|---|
| i | int32_t | El índice del atributo. |
Ver también
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::MoveToAttribute(String) method
Cuando se sobrescribe en una clase derivada, se mueve al atributo con el valor XmlReader::get_Name especificado.
virtual bool System::Xml::XmlReader::MoveToAttribute(String name)=0
| 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 XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::MoveToAttribute(String, String) method
Cuando se sobrescribe en una clase derivada, se mueve al atributo con los valores XmlReader::get_LocalName y XmlReader::get_NamespaceURI especificados.
virtual bool System::Xml::XmlReader::MoveToAttribute(String name, String ns)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | String | El nombre local del atributo. |
| ns | 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 XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++