System::Xml::XPath::XPathExpression::Compile metodo
Contenuti
[
Nascondere
]XPathExpression::Compile(const String&) method
Compila l’espressione XPath specificata e restituisce un oggetto XPathExpression che rappresenta l’espressione XPath.
static SharedPtr<XPathExpression> System::Xml::XPath::XPathExpression::Compile(const String &xpath)
| Parametro | Tipo | Descrizione |
|---|---|---|
| xpath | const String& | Un’espressione XPath. |
ReturnValue
Un oggetto XPathExpression.
Vedi anche
- 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
Compila l’espressione XPath specificata, con l’oggetto IXmlNamespaceResolver specificato per la risoluzione dei namespace, e restituisce un oggetto XPathExpression che rappresenta l’espressione XPath.
static SharedPtr<XPathExpression> System::Xml::XPath::XPathExpression::Compile(const String &xpath, const SharedPtr<IXmlNamespaceResolver> &nsResolver)
| Parametro | Tipo | Descrizione |
|---|---|---|
| xpath | const String& | Un’espressione XPath. |
| nsResolver | const SharedPtr<IXmlNamespaceResolver>& | Un oggetto che implementa l’interfaccia IXmlNamespaceResolver per la risoluzione dei namespace. |
ReturnValue
Un oggetto XPathExpression.
Vedi anche
- Typedef SharedPtr
- Class XPathExpression
- Class String
- Class IXmlNamespaceResolver
- Class XPathExpression
- Namespace System::Xml::XPath
- Library Aspose.Font for C++