Aspose::Words::CompositeNode::SelectNodes method

CompositeNode::SelectNodes method

Selects a list of nodes matching the XPath expression.

System::SharedPtr<Aspose::Words::NodeList> Aspose::Words::CompositeNode::SelectNodes(const System::String &xpath)
ParameterTypeDescription
xpathconst System::String&The XPath expression.

ReturnValue

A list of nodes matching the XPath query.

Remarks

Only expressions with element names are supported at the moment. Expressions that use attribute names are not supported.

See Also