System::Xml::XmlValidatingReader::MoveToAttribute metodo
Contenuti
[
Nascondere
]XmlValidatingReader::MoveToAttribute(int32_t) method
Si sposta sull’attributo con l’indice specificato.
void System::Xml::XmlValidatingReader::MoveToAttribute(int32_t i) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| i | int32_t | L’indice dell’attributo. |
Vedi anche
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlValidatingReader::MoveToAttribute(String, String) method
Si sposta sull’attributo con il nome locale e l’Uniform Resource Identifier (URI) dello spazio dei nomi specificati.
bool System::Xml::XmlValidatingReader::MoveToAttribute(String localName, String namespaceURI) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| localName | Stringa | Il nome locale dell’attributo. |
| namespaceURI | Stringa | L’URI dello spazio dei nomi dell’attributo. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the position of the reader does not change.
Vedi anche
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlValidatingReader::MoveToAttribute(String) method
Si sposta sull’attributo con il nome specificato.
bool System::Xml::XmlValidatingReader::MoveToAttribute(String name) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | Stringa | Il nome qualificato dell’attributo. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the position of the reader does not change.
Vedi anche
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++