System::Xml::XPath::XPathNavigator::Compile method
XPathNavigator::Compile method
Compiles a string representing an XPath expression and returns an XPathExpression object.
virtual SharedPtr<XPathExpression> System::Xml::XPath::XPathNavigator::Compile(String xpath)
Parameter | Type | Description |
---|---|---|
xpath | String | A string representing an XPath expression. |
ReturnValue
An XPathExpression object representing the XPath expression.
See Also
- Typedef SharedPtr
- Class XPathExpression
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.PUB for C++