System::Xml::XmlTextReader::MoveToAttribute Methode
Inhalt
[
Ausblenden
]XmlTextReader::MoveToAttribute(int32_t) method
Wechselt zum Attribut mit dem angegebenen Index.
void System::Xml::XmlTextReader::MoveToAttribute(int32_t i) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| i | int32_t | Der Index des Attributs. |
Siehe auch
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlTextReader::MoveToAttribute(String, String) method
Wechselt zum Attribut mit dem angegebenen lokalen Namen und Namespace-URI.
bool System::Xml::XmlTextReader::MoveToAttribute(String localName, String namespaceURI) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| localName | String | Der lokale Name des Attributs. |
| namespaceURI | String | Der Namespace-URI des Attributs. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Siehe auch
- Class String
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlTextReader::MoveToAttribute(String) method
Wechselt zum Attribut mit dem angegebenen Namen.
bool System::Xml::XmlTextReader::MoveToAttribute(String name) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Name | String | Der qualifizierte Name des Attributs. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Siehe auch
- Class String
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++