Method | Description | |
---|---|---|
Clone ( ) : IXPathQueryManager |
This method returns a clone of the current instance. The cloned instance operates on the same (read-only) XPathDocument instance.
|
|
Compile ( string xPath ) : |
This method compiles an XPath string, if not already saved. Otherwise it returns the available XPath compilation.
|
|
GetXPathQueryManagerInContext ( |
This method returns an instance of XPathQueryManagerCompiledExpressionsDecorator in the context of the first node the XPath expression addresses.
|
|
XPathQueryManagerCompiledExpressionsDecorator ( IXPathQueryManager xPathQueryManager ) : System.Collections |
Initializes a new instance of the XPathQueryManagerCompiledExpressionsDecorator class.
|
public Compile ( string xPath ) : |
||
xPath | string | The XPath string |
return |
public GetXPathQueryManagerInContext ( |
||
xPath | The compiled XPath expression | |
queryParameters | Parameters for the compiled XPath expression | |
return | IXPathQueryManager |
public XPathQueryManagerCompiledExpressionsDecorator ( IXPathQueryManager xPathQueryManager ) : System.Collections | ||
xPathQueryManager | IXPathQueryManager | An instance implementing |
return | System.Collections |