System::Xml::XPath::XPathNavigator::Compile Methode
XPathNavigator::Compile method
Kompiliert eine Zeichenkette, die einen XPath Ausdruck darstellt, und gibt ein XPathExpression Objekt zurück.
virtual SharedPtr<XPathExpression> System::Xml::XPath::XPathNavigator::Compile(String xpath)
| Parameter | Typ | Beschreibung |
|---|---|---|
| xpath | String | Eine Zeichenkette, die einen XPath Ausdruck darstellt. |
ReturnValue
Ein XPathExpression Objekt, das den XPath Ausdruck darstellt.
Siehe auch
- Typedef SharedPtr
- Class XPathExpression
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++