XPath.Compile MethodXPath.Compile MethodXPath::Compile Method

Compiles the specified XPath expression and returns an XPathXPathXPath object that represents the expression.

Overload List

 NameDescription
Public methodstaticCompile (string)Compile (String)Compile (String^) Compiles an XPath expression and returns a XPathXPathXPath object that represents the expression using a new XmlNameTableXmlNameTableXmlNameTable and the default settings.
Public methodstaticCompile (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.
Public methodstaticCompile (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.
Public methodstaticCompile (string, XPathSettings)Compile (String, XPathSettings)Compile (String^, XPathSettings^) Compiles an XPath expression and returns a XPathXPathXPath object that represents the expression.

Top