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)
ParameterTypeDescription
xpathStringA string representing an XPath expression.

ReturnValue

An XPathExpression object representing the XPath expression.

See Also