Xml.Win.msxmldom.TMSDOMNode.selectNodes

提供:RAD Studio API Documentation

Delphi

function selectNodes(const nodePath: XmlDomString): IDOMNodeList; safecall;

C++

HRESULT __safecall selectNodes(const System::WideString nodePath, Xml::Xmldom::_di_IDOMNodeList &__selectNodes_result);

プロパティ

種類 可視性 ソース ユニット
function protected
Xml.Win.msxmldom.pas
Xml.Win.msxmldom.hpp
Xml.Win.msxmldom TMSDOMNode


説明

IDOMNodeList を、nodePath で指定されたパスのノードのリストと一緒に返します。

関連項目