Méthode System::Xml::XPath::XPathExpression::Compile
Contenu
[
Cacher
]XPathExpression::Compile(const String&) method
Compile l’expression XPath spécifiée et renvoie un objet XPathExpression représentant l’expression XPath.
static SharedPtr<XPathExpression> System::Xml::XPath::XPathExpression::Compile(const String &xpath)
| Paramètre | Type | Description |
|---|---|---|
| xpath | const String& | Une expression XPath. |
ReturnValue
Un objet XPathExpression.
Voir aussi
- Typedef SharedPtr
- Class XPathExpression
- Class String
- Class XPathExpression
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathExpression::Compile(const String&, const SharedPtr<IXmlNamespaceResolver>&) method
Compile l’expression XPath spécifiée, avec l’objet IXmlNamespaceResolver indiqué pour la résolution des espaces de noms, et renvoie un objet XPathExpression qui représente l’expression XPath.
static SharedPtr<XPathExpression> System::Xml::XPath::XPathExpression::Compile(const String &xpath, const SharedPtr<IXmlNamespaceResolver> &nsResolver)
| Paramètre | Type | Description |
|---|---|---|
| xpath | const String& | Une expression XPath. |
| nsResolver | const SharedPtr<IXmlNamespaceResolver>& | Un objet qui implémente l’interface IXmlNamespaceResolver pour la résolution des espaces de noms. |
ReturnValue
Un objet XPathExpression.
Voir aussi
- Typedef SharedPtr
- Class XPathExpression
- Class String
- Class IXmlNamespaceResolver
- Class XPathExpression
- Namespace System::Xml::XPath
- Library Aspose.Font for C++