System::Xml::XmlReader::ReadToFollowing μέθοδος
περιεχόμενα
[
κρύβω
]XmlReader::ReadToFollowing(String, String) method
Διαβάζει μέχρι να βρεθεί ένα στοιχείο με το καθορισμένο τοπικό όνομα και URI ονοματοχώρου.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
| Parameter | Type | Περιγραφή |
|---|---|---|
| localName | String | Το τοπικό όνομα του στοιχείου. |
| namespaceURI | String | Το URI του χώρου ονομάτων του στοιχείου. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Δείτε επίσης
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::ReadToFollowing(String) method
Διαβάζει μέχρι να βρεθεί ένα στοιχείο με το καθορισμένο πλήρες όνομα.
virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
| Parameter | Type | Περιγραφή |
|---|---|---|
| όνομα | String | Το πλήρες όνομα του στοιχείου. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Δείτε επίσης
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++