XPath.Compile MethodXPath.Compile MethodXPath::Compile Method
Compiles the specified XPath expression and returns an XPathXPathXPath object that represents
the expression.
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Compile (string, XmlNameTable)Compile (String, XmlNameTable)Compile (String^, XmlNameTable^) | Compiles an XPath expression and returns a XPathXPathXPath object that represents the expression using the default settings. |
![]() ![]() | Compile (string, XmlNameTable, IXmlNamespaceResolver)Compile (String, XmlNameTable, IXmlNamespaceResolver)Compile (String^, XmlNameTable^, IXmlNamespaceResolver^) | Compiles an XPath expression and returns a XPathXPathXPath object that represents the expression with the specified in-scope namespaces. |
![]() ![]() | Compile (string, XPathSettings)Compile (String, XPathSettings)Compile (String^, XPathSettings^) | Compiles an XPath expression and returns a XPathXPathXPath object that represents the expression. |