Méthode System::Xml::XPath::XPathNavigator::Compile

XPathNavigator::Compile method

Compile une chaîne représentant une expression XPath et retourne un objet XPathExpression.

virtual SharedPtr<XPathExpression> System::Xml::XPath::XPathNavigator::Compile(String xpath)
ParamètreTypeDescription
xpathStringUne chaîne représentant une expression XPath.

ReturnValue

Un objet XPathExpression représentant l’expression XPath.

Voir aussi