System::Xml::XmlValidatingReader::MoveToAttribute मेथड
अंतर्वस्तु
[
छिपाना
]XmlValidatingReader::MoveToAttribute(int32_t) method
निर्दिष्ट अनुक्रमांक वाले गुण पर जाता है।
void System::Xml::XmlValidatingReader::MoveToAttribute(int32_t i) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| i | int32_t | एट्रिब्यूट का सूचकांक। |
संबंधित देखें
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlValidatingReader::MoveToAttribute(String, String) method
निर्दिष्ट स्थानीय नाम और नेमस्पेस यूनिफॉर्म रिसोर्स आइडेंटिफायर (URI) के साथ गुण पर जाता है।
bool System::Xml::XmlValidatingReader::MoveToAttribute(String localName, String namespaceURI) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| localName | String | एट्रिब्यूट का स्थानीय नाम। |
| namespaceURI | String | एट्रिब्यूट का नेमस्पेस URI। |
ReturnValue
true if the attribute is found; otherwise, false. If false, the position of the reader does not change.
संबंधित देखें
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlValidatingReader::MoveToAttribute(String) method
निर्दिष्ट नाम वाले गुण पर जाता है।
bool System::Xml::XmlValidatingReader::MoveToAttribute(String name) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| नाम | String | एट्रिब्यूट का योग्य नाम। |
ReturnValue
true if the attribute is found; otherwise, false. If false, the position of the reader does not change.
संबंधित देखें
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Page for C++