System::Xml::XmlReader::ReadToNextSibling μέθοδος
περιεχόμενα
[
κρύβω
]XmlReader::ReadToNextSibling(String, String) method
Προωθεί το XmlReader στο επόμενο αδερφικό στοιχείο με το καθορισμένο τοπικό όνομα και το URI του ονοματοχώρου.
virtual bool System::Xml::XmlReader::ReadToNextSibling(String localName, String namespaceURI)
| Parameter | Type | Περιγραφή |
|---|---|---|
| localName | String | Το τοπικό όνομα του αδερφικού στοιχείου στο οποίο θέλετε να μετακινηθείτε. |
| namespaceURI | String | Το URI του ονοματοχώρου του αδερφικού στοιχείου στο οποίο θέλετε να μετακινηθείτε. |
ReturnValue
true if a matching sibling element is found; otherwise, false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the parent element.
Δείτε επίσης
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::ReadToNextSibling(String) method
Προωθεί το XmlReader στο επόμενο αδερφικό στοιχείο με το καθορισμένο πλήρες όνομα.
virtual bool System::Xml::XmlReader::ReadToNextSibling(String name)
| Parameter | Type | Περιγραφή |
|---|---|---|
| όνομα | String | Το πλήρες όνομα του αδερφικού στοιχείου στο οποίο θέλετε να μετακινηθείτε. |
ReturnValue
true if a matching sibling element is found; otherwise false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the parent element.
Δείτε επίσης
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++