System::Xml::XmlReader::MoveToElement メソッド
XmlReader::MoveToElement method
派生クラスでオーバーライドされた場合、現在の属性ノードを含む要素へ移動します。
virtual bool System::Xml::XmlReader::MoveToElement()=0
ReturnValue
true if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); false if the reader is not positioned on an attribute (the position of the reader does not change).
参照
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++