System::Xml::XmlReader::MoveToAttribute metod
Innehåll
[
Dölj
]XmlReader::MoveToAttribute(int32_t) method
När den åsidosätts i en avledd klass, flyttar den till attributet med det angivna indexet.
virtual void System::Xml::XmlReader::MoveToAttribute(int32_t i)
| Parameter | Type | Beskrivning |
|---|---|---|
| i | int32_t | Index för attributet. |
Se även
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::MoveToAttribute(String) method
När den åsidosätts i en avledd klass, flyttar den till attributet med det angivna XmlReader::get_Name‑värdet.
virtual bool System::Xml::XmlReader::MoveToAttribute(String name)=0
| Parameter | Type | Beskrivning |
|---|---|---|
| namn | String | Det kvalificerade namnet på attributet. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Se även
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::MoveToAttribute(String, String) method
När den åsidosätts i en avledd klass, flyttar den till attributet med de angivna XmlReader::get_LocalName‑ och XmlReader::get_NamespaceURI‑värdena.
virtual bool System::Xml::XmlReader::MoveToAttribute(String name, String ns)=0
| Parameter | Type | Beskrivning |
|---|---|---|
| namn | String | Det lokala namnet på attributet. |
| ns | String | Namnrymd‑URI:n för attributet. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Se även
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++