System::Xml::XmlReader::ReadToFollowing metodu
İçindekiler
[
Saklamak
]XmlReader::ReadToFollowing(String, String) method
Belirtilen yerel ad ve ad alanı URI’sine sahip bir öğe bulunana kadar okur.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
| Parameter | Type | Açıklama |
|---|---|---|
| localName | String | Öğenin yerel adı. |
| namespaceURI | String | Öğ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.Page for C++
XmlReader::ReadToFollowing(String) method
Belirtilen nitelikli ada sahip bir öğe bulunana kadar okur.
virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
| Parameter | Type | Açıklama |
|---|---|---|
| ad | String | Öğenin 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.Page for C++