Interface IXQuery
Unit
xquery
Declaration
type IXQuery = interface(IInterface)
Description
Interface for an XPath/XQuery query.
Reference counted. Call evaluate to evaluate it.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function evaluate(const tree: TTreeNode = nil): IXQValue; |
Evaluates the query with a certain root element (i.e. / will return tree)
|
|
function evaluate(const contextItem: IXQValue): IXQValue; |
Evaluates the query with (i.e. . will return contextItem. If it is a node / will return the root of it)
|
Properties
Generated by PasDoc 0.14.0.
|