The XQueryProcessor type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| XQueryProcessor | Initializes a new instance of the XQueryProcessor class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
| Evaluate(XmlNode, Int32 ) |
Evaluates an XQuery Expression and returns the Result as XML.
| |
| Evaluate(String, String, Int32 ) |
Evaluates an XQuery Expression and returns the Result as XML.
| |
| Evaluate(String, XmlNode, Int32 ) |
Evaluates an XQuery Expression and returns the Result as XML.
| |
| Evaluate(String, String, String, String, Int32 ) |
Evaluates an XQuery Expression and returns the Result as XML.
| |
| Evaluate(String, XmlNode, String, String, Int32 ) |
Evaluates an XQuery Expression and returns the Result as XML.
| |
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| Load(String) |
Loads the XQuery Evaluator with an XQuery.
| |
| Load(String, String, String) |
Loads the XQuery Evaluator with an XQuery.
| |
| LoadFromFile |
Loads an XQuery from File.
| |
Creates a shallow copy of the current (Inherited from | ||
| Run(XmlNode) |
Runs an XPath Expression.
| |
| Run(String, String) |
Runs an XPath Expression.
| |
| Run(String, XmlNode) |
Runs an XPath Expression.
| |
| Run(XmlNode, XmlWriter) |
Runs an XPath Expression.
| |
| Run(String, XmlNode, XmlWriter) |
Runs an XPath Expression.
| |
| Run(String, String, String, String) |
Runs an XPath Expression.
| |
| Run(String, XmlNode, String, String) |
Runs an XPath Expression.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| XQueryEngine |
The XQuery Engine to use for processing XQuery / XPath Expressions.
|
See Also