System::Xml::XmlReader::ReadToFollowing μέθοδος

XmlReader::ReadToFollowing(String, String) method

Διαβάζει μέχρι να βρεθεί ένα στοιχείο με το καθορισμένο τοπικό όνομα και URI ονοματοχώρου.

virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
ParameterTypeΠεριγραφή
localNameStringΤο τοπικό όνομα του στοιχείου.
namespaceURIStringΤο URI του χώρου ονομάτων του στοιχείου.

ReturnValue

true if a matching element is found; otherwise false and the XmlReader is in an end of file state.

Δείτε επίσης

XmlReader::ReadToFollowing(String) method

Διαβάζει μέχρι να βρεθεί ένα στοιχείο με το καθορισμένο πλήρες όνομα.

virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
ParameterTypeΠεριγραφή
όνομαStringΤο πλήρες όνομα του στοιχείου.

ReturnValue

true if a matching element is found; otherwise false and the XmlReader is in an end of file state.

Δείτε επίσης