Xml.Win.msxmldom.TMSDOMNode.selectNodes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Xml.Win.msxmldom.pas
Xml.Win.msxmldom.hpp
Xml.Win.msxmldom TMSDOMNode

Description

Returns a IDOMNodeList with the list of nodes whose path is specified in nodePath.

See Also