System::Xml::XmlReader::ReadToNextSibling メソッド
コンテンツ
[
隠れる
]XmlReader::ReadToNextSibling(String, String) method
指定されたローカル名と名前空間 URI を持つ次の兄弟要素へ XmlReader を進めます。
virtual bool System::Xml::XmlReader::ReadToNextSibling(String localName, String namespaceURI)
| パラメーター | 型 | 説明 |
|---|---|---|
| localName | String | 移動したい兄弟要素のローカル名です。 |
| namespaceURI | String | 移動したい兄弟要素の名前空間 URI です。 |
ReturnValue
true if a matching sibling element is found; otherwise, false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the parent element.
参照
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::ReadToNextSibling(String) method
指定された修飾名を持つ次の兄弟要素へ XmlReader を進めます。
virtual bool System::Xml::XmlReader::ReadToNextSibling(String name)
| パラメーター | 型 | 説明 |
|---|---|---|
| name | String | 移動したい兄弟要素の修飾名です。 |
ReturnValue
true if a matching sibling element is found; otherwise false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the parent element.
参照
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++