System::Xml::XmlReader::ReadToFollowing yöntemi
İçindekiler
[
Saklamak
]XmlReader::ReadToFollowing(String, String) method
Belirtilen yerel ada ve ad alanı URI’sine sahip bir öğe bulunana kadar okur.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
| Parametre | Tür | Açıklama |
|---|---|---|
| localName | Dize | Öğenin yerel adı. |
| namespaceURI | Dize | Öğenin ad alanı URI’si. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Ayrıca Bakınız
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlReader::ReadToFollowing(String) method
Belirtilen nitelikli ada sahip bir öğe bulunana kadar okur.
virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
| Parametre | Tür | Açıklama |
|---|---|---|
| ad | Dize | Elemanın nitelikli adı. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
Ayrıca Bakınız
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++