AJE Components
XQueryProcessor MembersAJE Data Report Engine Help

The XQueryProcessor type exposes the following members.
Constructors

  NameDescription
Public methodXQueryProcessor
Initializes a new instance of the XQueryProcessor class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEvaluate(XmlNode, Int32 )
Evaluates an XQuery Expression and returns the Result as XML.
Public methodStatic memberEvaluate(String, String, Int32 )
Evaluates an XQuery Expression and returns the Result as XML.
Public methodStatic memberEvaluate(String, XmlNode, Int32 )
Evaluates an XQuery Expression and returns the Result as XML.
Public methodStatic memberEvaluate(String, String, String, String, Int32 )
Evaluates an XQuery Expression and returns the Result as XML.
Public methodStatic memberEvaluate(String, XmlNode, String, String, Int32 )
Evaluates an XQuery Expression and returns the Result as XML.
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLoad(String)
Loads the XQuery Evaluator with an XQuery.
Public methodLoad(String, String, String)
Loads the XQuery Evaluator with an XQuery.
Public methodLoadFromFile
Loads an XQuery from File.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodRun(XmlNode)
Runs an XPath Expression.
Public methodStatic memberRun(String, String)
Runs an XPath Expression.
Public methodStatic memberRun(String, XmlNode)
Runs an XPath Expression.
Public methodRun(XmlNode, XmlWriter)
Runs an XPath Expression.
Public methodStatic memberRun(String, XmlNode, XmlWriter)
Runs an XPath Expression.
Public methodStatic memberRun(String, String, String, String)
Runs an XPath Expression.
Public methodStatic memberRun(String, XmlNode, String, String)
Runs an XPath Expression.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyStatic memberXQueryEngine
The XQuery Engine to use for processing XQuery / XPath Expressions.
Back to Top
See Also