System::Xml::XmlTextReader::MoveToAttribute метод
Содержание
[
Скрывать
]XmlTextReader::MoveToAttribute(int32_t) method
Переходит к атрибуту с указанным индексом.
void System::Xml::XmlTextReader::MoveToAttribute(int32_t i) override
| Параметр | Тип | Описание |
|---|---|---|
| i | int32_t | Индекс атрибута. |
См. также
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlTextReader::MoveToAttribute(String, String) method
Переходит к атрибуту с указанным локальным именем и URI пространства имён.
bool System::Xml::XmlTextReader::MoveToAttribute(String localName, String namespaceURI) override
| Параметр | Тип | Описание |
|---|---|---|
| localName | String | Локальное имя атрибута. |
| namespaceURI | String | URI пространства имён атрибута. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
См. также
- Class String
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlTextReader::MoveToAttribute(String) method
Переходит к атрибуту с указанным именем.
bool System::Xml::XmlTextReader::MoveToAttribute(String name) override
| Параметр | Тип | Описание |
|---|---|---|
| имя | String | Полное имя атрибута. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
См. также
- Class String
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++