System::Xml::XmlReader::ReadToFollowing Methode
Inhalt
[
Ausblenden
]XmlReader::ReadToFollowing(String, String) method
Liest, bis ein Element mit dem angegebenen lokalen Namen und Namespace‑URI gefunden wird.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
| Parameter | Typ | Beschreibung |
|---|---|---|
| localName | String | Der lokale Name des Elements. |
| namespaceURI | String | Die Namespace-URI des Elements. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Siehe auch
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlReader::ReadToFollowing(String) method
Liest, bis ein Element mit dem angegebenen qualifizierten Namen gefunden wird.
virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Name | String | Der qualifizierte Name des Elements. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Siehe auch
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++