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ètre | Type | Description |
|---|---|---|
| xpath | String | Une chaîne représentant une expression XPath. |
ReturnValue
Un objet XPathExpression représentant l’expression XPath.
Voir aussi
- Typedef SharedPtr
- Class XPathExpression
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++